Represents a basic singleton class where only a single instance will exist
Namespace:
Ingeniux.Runtime.Interfaces
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax public interface ISingleton
Public Interface ISingleton
public interface class ISingleton
type ISingleton = interface end
The ISingleton type exposes the following members.
Methods
| Name | Description |
---|
| Report |
Reporting function declaration to be implemented with extending classes
|
TopSee Also