Overload | Description |
---|---|
Pin<T>(T,Action<IntPtr>) | Pins the specified source and call an action with the pinned pointer. |
Pin<T>(T[],Action<IntPtr>) | Pins the specified source and call an action with the pinned pointer. |
Overload | Description |
---|---|
Pin<T>(T,Action<IntPtr>) | Pins the specified source and call an action with the pinned pointer. |
Pin<T>(T[],Action<IntPtr>) | Pins the specified source and call an action with the pinned pointer. |