LLDB.TypeSynthetic.__CreateInstance C# (CSharp) Method

__CreateInstance() public static method

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

Same methods

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