Table of Contents

Property Current

Namespace
FS.Hosting.Shared.GlobalObj
Assembly
FS.Hosting.Shared.dll

Current

Liefert das im aktuellen Context gültige Global.

public static IGlobalObjects Current { get; }

Property Value

IGlobalObjects

Remarks

Der Rückgabe-Typ ist das Basis-Interface IGlobalObjects. Um auf den korrekten Typ FSGlobalObjects zuzugreifen kann stattdessen FSGlobal.Current verwendet werden.