Class Development
Stellt Methoden um die Konfiguration im Bereich der Entwicklung bereit
Inheritance
System.Object
Development
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Base
Assembly: Simplic.Framework.Base.dll
Syntax
public class Development
Methods
| Improve this Doc View SourceInDevelopMode()
Überprüft ob das installierte Simplic System im Development Modus ausgeführt wird, oder nicht
Declaration
public static bool InDevelopMode()
Returns
Type | Description |
---|---|
System.Boolean | :bool true=Simplic im development Modus; false Simplic nicht im development Modus |