LLDB.TypeList.__CreateInstance C# (CSharp) 메소드

__CreateInstance() 공개 정적인 메소드

public static __CreateInstance ( TypeList native, bool skipVTables = false ) : TypeList
native TypeList
skipVTables bool
리턴 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