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



IconMemberDescription
NSInteger(Int32)
Initializes a new instance of the NSInteger 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(NSInteger to SByte)
ImplicitWideningImplicitImplicitImplicit(SByte to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSInteger to Int16)
ImplicitWideningImplicitImplicitImplicit(Int16 to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSInteger to Int32)
ImplicitWideningImplicitImplicitImplicit(Int32 to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSInteger to Int64)
ImplicitWideningImplicitImplicitImplicit(Int64 to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSInteger to Byte)
ImplicitWideningImplicitImplicitImplicit(Byte to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSInteger to UInt16)
ImplicitWideningImplicitImplicitImplicit(UInt16 to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSInteger to UInt32)
ImplicitWideningImplicitImplicitImplicit(UInt32 to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSInteger to UInt64)
ImplicitWideningImplicitImplicitImplicit(UInt64 to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSInteger to Single)
ImplicitWideningImplicitImplicitImplicit(Single to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSInteger to Double)
ImplicitWideningImplicitImplicitImplicit(Double to NSInteger)
ImplicitWideningImplicitImplicitImplicit(NSInteger to CGFloat)
ImplicitWideningImplicitImplicitImplicit(NSInteger to NSUInteger)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
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)