LLDB.ModuleSpecList.__CreateInstance C# (CSharp) Méthode

__CreateInstance() public static méthode

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