Click or drag to resize

ISingleton Interface

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

The ISingleton type exposes the following members.

Methods
  NameDescription
Public methodReport
Reporting function declaration to be implemented with extending classes
Top
See Also