Show / Hide Table of Contents

Class EnvironmentConfig

ビルドする時の環境を定義したの

DLLとしてビルドする時はここで取得している値は全て定数になるように書き換わる

Inheritance
Object
EnvironmentConfig
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
Back to top Generated by DocFX