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

__CreateInstance() public static méthode

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

Same methods

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