LLDB.TypeSynthetic.TypeSynthetic C# (CSharp) Method

TypeSynthetic() protected method

protected TypeSynthetic ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
return System
        protected TypeSynthetic(void* native, bool skipVTables = false)
        {
            if (native == null)
                return;
            __Instance = new global::System.IntPtr(native);
        }

Same methods

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