Class GlobalContext
Inheritance
System.Object
GlobalContext
Namespace: FS.Hosting.Shared.GlobalObj
Assembly: FS.Hosting.Shared.dll
Syntax
[DocfxBrowsable]
public class GlobalContext : Object
Properties
Current
Liefert das im aktuellen Context gültige Global.
Methods
Context(IGlobalObjects)
Spannt einen Ambient Context mit dem übergeben GlobalObject auf.
EnsureCurrent()
Stellt sicher, dass ein Context verfügbar ist und gibt diesen Zurück. Wirft eine NoGlobalContextException wenn der Code außerhalb eines GlobalContext ausgeführt wird.