OpenTK.ContextHandle Members

The members of OpenTK.ContextHandle are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Constructs a new instance with the specified handle.

Public Fields

static readonly
ZeroXamarin.iOS.dll=OpenTK.ContextHandle. A read-only field that represents a handle that has been initialized to zero.

Public Properties

[read-only]
HandleIntPtr. Gets a System.IntPtr that represents the handle of this ContextHandle.

Public Methods

CompareTo(Xamarin.iOS.dll=OpenTK.ContextHandle) : int
Compares the numerical value of this instance to the specified ContextHandle and returns a value indicating their relative order.
override
Equals(object) : bool
Compares this instance to the specified object.
Equals(Xamarin.iOS.dll=OpenTK.ContextHandle) : bool
Compares this instance to the specified ContextHandle for equality.
override
GetHashCode() : int
Returns the hash code for this instance.
override
ToString() : string
Converts this instance to its equivalent string representation.

Public Operators

static
Equality(Xamarin.iOS.dll=OpenTK.ContextHandle, Xamarin.iOS.dll=OpenTK.ContextHandle) Compares two ContextHandles for equality.
static
Inequality(Xamarin.iOS.dll=OpenTK.ContextHandle, Xamarin.iOS.dll=OpenTK.ContextHandle) Compares two ContextHandles for inequality.
static
Conversion to Xamarin.iOS.dll=OpenTK.ContextHandle(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.IntPtr(Explicit) Converts the specified ContextHandle to the equivalent IntPtr.