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

__CreateInstance() 공개 정적인 메소드

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

Same methods

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