Created
February 20, 2019 09:20
-
-
Save hexagit/61a86deda00907d9caa7843943347dbe to your computer and use it in GitHub Desktop.
サンプルコードのILSpy結果
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.method private hidebysig | |
instance void Main ( | |
string[] arguments | |
) cil managed | |
{ | |
.custom instance void [Astral.CSharp]Astral.EntryPointAttribute::.ctor() = ( | |
01 00 00 00 | |
) | |
// Method begins at RVA 0x2098 | |
// Code size 20 (0x14) | |
.maxstack 3 | |
.locals init ( | |
[0] int32[] | |
) | |
IL_0000: nop | |
IL_0001: ldc.i4.3 | |
IL_0002: newarr [netstandard]System.Int32 | |
IL_0007: dup | |
IL_0008: ldtoken field valuetype '<PrivateImplementationDetails>'/'__StaticArrayInitTypeSize=12' '<PrivateImplementationDetails>'::E429CCA3F703A39CC5954A6572FEC9086135B34E | |
IL_000d: call void [netstandard]System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(class [netstandard]System.Array, valuetype [netstandard]System.RuntimeFieldHandle) | |
IL_0012: stloc.0 | |
IL_0013: ret | |
} // end of method Application::Main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment