System.nint: Method Members

The methods of System.nint are listed below. For a list of all members, see the nint Members list.

See Also: Inherited members from System.ValueType

Public Methods

CompareTo(nint) : int
Documentation for this section has not yet been entered.
CompareTo(object) : int
Documentation for this section has not yet been entered.
static
CopyArray(IntPtr, nint[], int, int)
Documentation for this section has not yet been entered.
static
CopyArray(nint[], int, IntPtr, int)
Documentation for this section has not yet been entered.
Equals(nint) : bool
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetTypeCode() : TypeCode
Documentation for this section has not yet been entered.
static
Parse(string) : nint
Documentation for this section has not yet been entered.
static
Parse(string, System.Globalization.NumberStyles) : nint
Documentation for this section has not yet been entered.
static
Parse(string, IFormatProvider) : nint
Documentation for this section has not yet been entered.
static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : nint
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
ToString(IFormatProvider) : string
Documentation for this section has not yet been entered.
ToString(string) : string
Documentation for this section has not yet been entered.
ToString(string, IFormatProvider) : string
Documentation for this section has not yet been entered.
static
TryParse(string, out nint) : bool
Documentation for this section has not yet been entered.
static
TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out nint) : bool
Documentation for this section has not yet been entered.