C# 클래스 WikiFunctions.Globals

Holds some deepest-level things to be initialised prior to most other static classes, including Variables
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 프로퍼티들

프로퍼티 타입 설명
UnitTestBoolValue bool
UnitTestIntValue int
UnitTestMode bool

비공개 메소드들

메소드 설명
Globals ( ) : System

프로퍼티 상세

UnitTestBoolValue 공개적으로 정적으로 프로퍼티

public static bool UnitTestBoolValue
리턴 bool

UnitTestIntValue 공개적으로 정적으로 프로퍼티

public static int UnitTestIntValue
리턴 int

UnitTestMode 공개적으로 정적으로 프로퍼티

Set this to true in unit tests, to disable checkpage loading and other slow stuff. This disables some functions, however.
public static bool UnitTestMode
리턴 bool