Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Assembly CLI

< >

Assembly CLI is a library created in 2005.

#1752on PLDB 19Years Old

Defined by Microsoft for use in recent versions of Windows, an assembly in the Common Language Infrastructure (CLI) is a compiled code library used for deployment, versioning, and security. There are two types: process assemblies (EXE) and library assemblies (DLL). A process assembly represents a process that will use classes defined in library assemblies. Read more on Wikipedia...


Example from Wikipedia:
.method private hidebysig static void Main(string[] args) cil managed { .entrypoint .custom instance void [mscorlib]System.STAThreadAttribute::.ctor() = ( 01 00 00 00 ) // Code size 11 (0xb) .maxstack 1 IL_0000: ldstr "Hello World" IL_0005: call void [mscorlib]System.Console::WriteLine(string) IL_000a: ret } // end of method Class1::Main

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io