Class EnvironmentConfig
ビルドする時の環境を定義したの
DLLとしてビルドする時はここで取得している値は全て定数になるように書き換わる
Inherited Members
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public class EnvironmentConfig
Properties
BaseDirectoryName
Declaration
public static string BaseDirectoryName { get; }
Property Value
Type | Description |
---|---|
String |
HttpHostUrl
UnitTestとして実行する時のみReflectionを使ってtrueにする
【CAUTION】※本当はStubで上書きたかったがStaticメソッドやStaticフィールドは難しかったのでこうした
Declaration
public static string HttpHostUrl { get; }
Property Value
Type | Description |
---|---|
String |
LocalStorageLogEnabled
Declaration
public static bool LocalStorageLogEnabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
SymbolPrefix
Declaration
public static string SymbolPrefix { get; }
Property Value
Type | Description |
---|---|
String |