 | InfoControllerGetInfoSource method |
Returns the static property of the nestet class NestedInstance (as IInfoSource),
which in turn calls the private constructor if no instance exists yet.
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static IInfoSource GetInfoSource()
Public Shared Function GetInfoSource As IInfoSource
public:
static IInfoSource^ GetInfoSource()
static member GetInfoSource : unit -> IInfoSource
Return value
IInfoSourceThe (only) valid instance of InfoController
See also