LLDB.ModuleSpecList.__CreateInstance C# (CSharp) Method

__CreateInstance() public static method

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