Class EnvironmentImpl
Inheritance
System.Object
EnvironmentImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System_Plugs.System
Assembly: Cosmos.System2_Plugs.dll
Syntax
public class EnvironmentImpl
Properties
| Improve this Doc View SourceCurrentDirectory
Declaration
public static string CurrentDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceExit(Int32)
Declaration
public static void Exit(int exitCode)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | exitCode |