MonoMac.ObjCRuntime.BlockLiteral.BlockLiteral C# (CSharp) 메소드

BlockLiteral() 정적인 개인적인 메소드

static private BlockLiteral ( ) : System
리턴 System
        static BlockLiteral()
        {
            global_descriptor_ptr = Marshal.AllocHGlobal (Marshal.SizeOf (typeof (int))*2 + Marshal.SizeOf (typeof (IntPtr))*2);
            Marshal.StructureToPtr (global_descriptor, global_descriptor_ptr, false);
        }