LLDB.TypeNameSpecifier.__CreateInstance C# (CSharp) Method

__CreateInstance() public static method

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

Same methods

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