Edit

Share via


GCHandleExtensions Class

Definition

Provides extension methods to operate with GC handles.

public ref class GCHandleExtensions abstract sealed
public static class GCHandleExtensions
type GCHandleExtensions = class
Public Module GCHandleExtensions
Inheritance
GCHandleExtensions

Methods

GetAddressOfArrayData<T>(PinnedGCHandle<T[]>)

Retrieves the address of the array data in handle.

GetAddressOfStringData(PinnedGCHandle<String>)

Retrieves the address of the string data in handle.

Applies to