SafeBuffer.ReleasePointer Method

Definition

Releases a pointer that was obtained by the AcquirePointer(Byte*) method.

public:
 void ReleasePointer();
public void ReleasePointer ();
member this.ReleasePointer : unit -> unit
Public Sub ReleasePointer ()

Exceptions

The Initialize method has not been called.

Remarks

After this method returns, the pointer cannot be used.

Applies to