| C1.Win.C1DX.4 Assembly > C1.Util.DX Namespace > DXUtil Class : Pin Method |
| 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. |