संपादित करें

इसके माध्यम से साझा किया गया


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

Name Description
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