[]
        
(Showing Draft Content)

C1.Util.DX.FunctionCallback

FunctionCallback Class

Represents a function callback.

Inheritance
FunctionCallback
Namespace: C1.Util.DX
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class FunctionCallback

Constructors

Name Description
FunctionCallback(IntPtr)

Initializes a new instance of the FunctionCallback class.

FunctionCallback(void*)

Initializes a new instance of the FunctionCallback class.

Fields

Name Description
Pointer

The pointer to the function.

Methods

Name Description
Equals(FunctionCallback)

Determines whether the specified FunctionCallback is equal to this instance.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

ToString()

Returns a string that represents this instance.

ToString(string)

Returns a string that represents this instance.

Operators

Name Description
explicit operator IntPtr(FunctionCallback)

Performs an explicit conversion from FunctionCallback to IntPtr.

explicit operator FunctionCallback(void*)

Performs an implicit conversion from (void*) to FunctionCallback.

implicit operator void*(FunctionCallback)

Performs an implicit conversion from FunctionCallback to (void*).

implicit operator FunctionCallback(IntPtr)

Performs an explicit conversion from IntPtr to FunctionCallback.