Method IntPtrCast
IntPtrCast<T>(ref T)
Return a pointer to the memory address for the given value instance.
Declaration
public static IntPtr IntPtrCast<T>(ref T value) where T : struct
Parameters
| Type | Name | Description |
|---|---|---|
| T | value |
Returns
| Type | Description |
|---|---|
| IntPtr |
Type Parameters
| Name | Description |
|---|---|
| T |