MonobjcMonobjc Documented Class Library
NSUInteger Structure
NamespacesMonobjc.FoundationNSUInteger
Structure that wraps a unsigned integer value and is mapped to the NSUInteger native type.
Declaration Syntax
C#Visual BasicVisual C++
public struct NSUInteger
Public Structure NSUInteger
public value class NSUInteger
Members
All MembersConstructorsMethodsFields



IconMemberDescription
NSUInteger(UInt32)
Initializes a new instance of the NSUInteger class

Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to SByte)
ImplicitWideningImplicitImplicitImplicit(SByte to NSUInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to Int16)
ImplicitWideningImplicitImplicitImplicit(Int16 to NSUInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to Int32)
ImplicitWideningImplicitImplicitImplicit(Int32 to NSUInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to Int64)
ImplicitWideningImplicitImplicitImplicit(Int64 to NSUInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to Byte)
ImplicitWideningImplicitImplicitImplicit(Byte to NSUInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to UInt16)
ImplicitWideningImplicitImplicitImplicit(UInt16 to NSUInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to UInt32)
ImplicitWideningImplicitImplicitImplicit(UInt32 to NSUInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to UInt64)
ImplicitWideningImplicitImplicitImplicit(UInt64 to NSUInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to Single)
ImplicitWideningImplicitImplicitImplicit(Single to NSUInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to Double)
ImplicitWideningImplicitImplicitImplicit(Double to NSUInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSUInteger to CGFloat)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NSNotFound

Defines a value that indicates that an item requested couldn�t be found or doesn�t exist.

Available in Mac OS X v10.0 and later.


ToString()()()()
Returns the a string representation of this instance.
(Overrides ValueType.ToString()()()().)
value
The wrapped value.

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)