Pins the managed handle of Array with respect to Offset.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax Public Function Pin As IntPtr
public:
virtual IntPtr Pin() sealed
abstract Pin : unit -> IntPtr
override Pin : unit -> IntPtr
Return Value
Type:
IntPtr
Pointer to handle.
Implements
IOffsetBufferTPinRemarks
OffsetBuffer can be pinned multiple times. The pinning mechanism will use reference counting to avoid memory leaks.
For each time Pin() is called, UnPin()
must also be called.
See Also