LLDB.TypeSynthetic.TypeSynthetic C# (CSharp) Method

TypeSynthetic() public method

public TypeSynthetic ( ) : System
return System
        public TypeSynthetic()
        {
            __Instance = Marshal.AllocHGlobal(8);
            __ownsNativeInstance = true;
            NativeToManagedMap[__Instance] = this;
            Internal.ctor_0((__Instance + __PointerAdjustment));
        }

Same methods

TypeSynthetic::TypeSynthetic ( LLDB rhs ) : System
TypeSynthetic::TypeSynthetic ( TypeSynthetic native, bool skipVTables = false ) : System
TypeSynthetic::TypeSynthetic ( void native, bool skipVTables = false ) : System