Represents a single handle instance. Includes all the appropriate functions required to operate on the handle.
Each handle maintains it's own list of event handlers for each callback. So each callback must be set for each instance.
Namespace:
BoneAssembly: BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)
Syntax
| C# |
|---|
public sealed class Handle |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Handle |
| Visual C++ |
|---|
public ref class Handle sealed |