[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.FunctionCallback

Class FunctionCallback

Namespace
GrapeCity.Documents.DX
Assembly
GcDocs.DX.Windows.dll

Represents a function callback.

public class FunctionCallback
Inheritance
object
FunctionCallback
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

FunctionCallback(IntPtr)

Initializes a new instance of the FunctionCallback class.

public FunctionCallback(IntPtr pointer)

Parameters

pointer System.IntPtr

FunctionCallback(void*)

Initializes a new instance of the FunctionCallback class.

[CLSCompliant(false)]
public FunctionCallback(void* pointer)

Parameters

pointer void*

Fields

Pointer

The pointer to the function.

public IntPtr Pointer

Field Value

System.IntPtr

Methods

Equals(FunctionCallback)

Determines whether the specified FunctionCallback is equal to this instance.

public bool Equals(FunctionCallback other)

Parameters

other FunctionCallback

Returns

bool

Equals(object)

Determines whether the specified object is equal to this instance.

public override bool Equals(object value)

Parameters

value object

Returns

bool

GetHashCode()

Returns a hash code for this instance.

public override int GetHashCode()

Returns

int

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

ToString(string)

Returns a string that represents this instance.

public string ToString(string format)

Parameters

format string

Returns

string

Operators

explicit operator IntPtr(FunctionCallback)

Performs an explicit conversion from FunctionCallback to System.IntPtr.

public static explicit operator IntPtr(FunctionCallback value)

Parameters

value FunctionCallback

Returns

System.IntPtr

explicit operator FunctionCallback(void*)

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

[CLSCompliant(false)]
public static explicit operator FunctionCallback(void* value)

Parameters

value void*

Returns

FunctionCallback

implicit operator void*(FunctionCallback)

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

[CLSCompliant(false)]
public static implicit operator void*(FunctionCallback value)

Parameters

value FunctionCallback

Returns

void*

implicit operator FunctionCallback(IntPtr)

Performs an explicit conversion from System.IntPtr to FunctionCallback.

public static implicit operator FunctionCallback(IntPtr value)

Parameters

value System.IntPtr

Returns

FunctionCallback