Class GCPin
Wrapper for pinned allocation using
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class GCPin : IDisposable
Constructors
GCPin(Object)
Properties
Pointer
Declaration
public IntPtr Pointer { get; }
Property Value
IntPtr
|
Methods
CreateStreamHelper(Func<IntPtr, Int32>, Object)
Create Stream Helper method.
Declaration
public static int CreateStreamHelper(Func<IntPtr, int> Function, object Memory)
Parameters
Func<IntPtr, Int32>
Function
The Stream Creation function. |
Object
Memory
The |
Returns
Int32
The Handle returned by |
Dispose()
Frees the pinned resource.
Declaration
public void Dispose()