Class LSLObject
Assembly: cs.temp.dll.dll
Syntax
public abstract class LSLObject : SafeHandle, IDisposable
Constructors
LSLObject(IntPtr)
Declaration
protected LSLObject(IntPtr obj)
Parameters
Type |
Name |
Description |
IntPtr |
obj |
|
Properties
IsInvalid
Declaration
public override bool IsInvalid { get; }
Property Value
Overrides
Obj
Declaration
protected IntPtr Obj { get; }
Property Value
Methods
DestroyLSLObject(IntPtr)
To be implemented in inheriting classes: the liblsl function to destroy the internal object
Declaration
protected abstract void DestroyLSLObject(IntPtr obj)
Parameters
Type |
Name |
Description |
IntPtr |
obj |
|
ReleaseHandle()
Declaration
protected override bool ReleaseHandle()
Returns
Overrides