Class RunTime
Run time helpers
Inherited Members
Namespace: Titanium.Web.Proxy.Helpers
Assembly: Titanium.Web.Proxy.dll
Syntax
public static class RunTime
Properties
IsLinux
Declaration
public static bool IsLinux { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsMac
Declaration
public static bool IsMac { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsWindows
Declaration
public static bool IsWindows { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |