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