LLDB.Target.__CreateInstance C# (CSharp) Метод

__CreateInstance() публичный статический Метод

public static __CreateInstance ( Target native, bool skipVTables = false ) : Target
native Target
skipVTables bool
Результат 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