Documentation for a minimal subset of the QSM API
Pin Method (handle)
Namespaces > QS.Fx.Base > Block > Pin(GCHandle)
Pin the block of managed memory, return a GCHandle representing it, and update the reference with the unmanaged address.
Syntax
C#Visual BasicManaged C++
public void Pin (
	out GCHandle handle
)
Public Sub Pin ( _
	<OutAttribute> ByRef handle As GCHandle _
)
public:
void Pin (
	GCHandle% handle
)
Parameters
handle (GCHandle)

[Missing <param> documentation for "handle"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0