LLDB.TypeList.__CreateInstance C# (CSharp) Method

__CreateInstance() public static method

public static __CreateInstance ( TypeList native, bool skipVTables = false ) : TypeList
native TypeList
skipVTables bool
return TypeList
        public static TypeList __CreateInstance(TypeList.Internal native, bool skipVTables = false)
        {
            return new TypeList(native, skipVTables);
        }

Same methods

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