Home c# which contains mscorlib.dll (.NET) and the question by intersection

which contains mscorlib.dll (.NET) and the question by intersection

Author

Date

Category

What does MSCORLIB.DLL library contain? The environment automatically connects this library.

What is the associated type crossing in mscorlib and System ?

Upd: The question was incorrectly formulated. Thanks @vladd for the link: Link

UPD: Perhaps someone come in handy (namespaces in assemblies): Link


Answer 1

IT’s Easier for You to See It Yourself. PowerShell .ps1 file.
Language localization.
From the comment @Pashapash “there besides localization, a lot of things lie from System.”
Most likely it is, since many rows when using this code are skipped as empty. I believe that it is possible to binaries of localization. I currently not have an accurate answer.

$ assemblies = ('mscorlib.dll')
$ Code = @ '
[Dlimimport ("kernel32.dll", charset = charset.auto, setlasterror = true, bestfitmapping = false, throwonunmappablechar = true)]
  Internal Static Extern Intptr Loadlibrary (String LPlibFileName);
[Dlimimport ("User32.dll", Charset = Charset.auto, SetlasterRor = True, bestfitmapping = false, throwonunmappablechar = true)]
  INTERNAL STATIC EXTRANCE, UINT WID, STRINGBUILDER LPBUFFER, INT NBUFFERMAX);
  Public Static String GetLocalizedPintostTartverB (Uint ActionIndex)
  {
    int max_path = 255;
    StringBuilder SzpintostartLocalized = New StringBuilder (Max_Path);
    Intptr hshell32 = LoadLibrary ("shell32.dll");
    Loadstring (HSHELL32, (Uint) ActionIndex, szpintostartLocalized, max_path);
    Return szpintostartLocalized.tostring ();
  }
'@
Add-Type -MemberDefinition $ Code `
     -Referencedassemblies $ Assemblies `
     -Namespace px `
     -VingNamespace 'System.Text' `
     -Name Helper`
     -Erroraction Stop.
CLS.
$ COUNT = ''
For ($ i = 0; $ i -lt 1000000; $ i ++) {
  $ Localized = [px.helper] :: GetLocalizedPintostVerb ($ i)
  If ($ Localized -ne '') {
    "$ I $ Localized"
    if ($ Count -EQ '') {$ count = $ localized;}
    ELSEIF ($ Count -EQ $ Localized) {"$ Count - :) IT MUST BE END"; Break}
  }
}

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions