LLDB.TypeSynthetic.__CreateInstance C# (CSharp) Method

__CreateInstance() public static method

public static __CreateInstance ( global native, bool skipVTables = false ) : TypeSynthetic
native global
skipVTables bool
return TypeSynthetic
        public static TypeSynthetic __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
        {
            return new TypeSynthetic(native.ToPointer(), skipVTables);
        }

Same methods

TypeSynthetic::__CreateInstance ( TypeSynthetic native, bool skipVTables = false ) : TypeSynthetic