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

__CreateInstance() public static méthode

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