IPinnable.Unpin Method

Definition

Frees a block of pinned memory.

public:
 void Unpin();
public void Unpin ();
abstract member Unpin : unit -> unit
Public Sub Unpin ()

Remarks

Call this method to indicate that the IPinnable object no longer needs to be pinned, and that the garbage collector can now move the object.

Applies to