GCHandleExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
| GetAddressOfStringData(PinnedGCHandle<String>) |
Retrieves the address of the string data in |