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

__CreateInstance() public static méthode

public static __CreateInstance ( Watchpoint native, bool skipVTables = false ) : Watchpoint
native Watchpoint
skipVTables bool
Résultat Watchpoint
        public static Watchpoint __CreateInstance(Watchpoint.Internal native, bool skipVTables = false)
        {
            return new Watchpoint(native, skipVTables);
        }

Same methods

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