LLDB.TypeList.__CreateInstance C# (CSharp) Method

__CreateInstance() public static method

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

Same methods

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