LLDB.Target.__CreateInstance C# (CSharp) Method

__CreateInstance() public static method

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

Same methods

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