TraceListenerRegistry :: GetMainInstance

01 Returns the global main instance.
02

[C++] static TraceListenerRegistry *GetMainInstance();
[C#] static TraceListenerRegistry GetMainInstance()

03 Return Values:
Reference to the global main instance.
[C++] This value may be null if not initialized or during shutdown.
04 [C#] If the contained static reference to a TraceListenerRegistry is null, a new one is created and returned.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Trace Sub-System, TraceListenerRegistry

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.