Свойство | Тип | Описание | |
---|---|---|---|
AcquireReaderLock | void | ||
AcquireWriterLock | void | ||
AutoUpdateDataTypes | bool | ||
DoAutoInstallPackages | void | ||
DoInitialize | void | ||
EnabledUnhandledExceptionsLogging | void | ||
EnsureHookingFacade | void | ||
GetPreInitHandlersScope | IDisposable | ||
GlobalInitializerFacade | System | ||
LogErrors | void | ||
OnFlushEvent | void | ||
ReinitializeTheSystem | void | ||
ReleaseReaderLock | void | ||
ReleaseWriterLock | void |
Метод | Описание | |
---|---|---|
EnsureSystemIsInitialized ( ) : void |
This method will initialize the system (if it has not been initialized).
|
|
FatalResetTheSystem ( ) : void | ||
InitializeTheSystem ( ) : void |
This method will initialize the system (if it has not been initialized).
|
|
ReinitializeTheSystem ( RunInWriterLockScopeDelegate runInWriterLockScopeDelegate ) : void | ||
RunInWriterLockScope ( RunInWriterLockScopeDelegate runInWriterLockScopeDelegate ) : void | ||
UninitializeTheSystem ( RunInWriterLockScopeDelegate runInWriterLockScopeDelegate ) : void | ||
ValidateIsOnlyCalledFromGlobalInitializerFacade ( |
||
WaitUntilAllIsInitialized ( ) : void |
Метод | Описание | |
---|---|---|
AcquireReaderLock ( ) : void | ||
AcquireWriterLock ( ) : void | ||
AutoUpdateDataTypes ( ) : bool | ||
DoAutoInstallPackages ( ) : void | ||
DoInitialize ( ) : void | ||
EnabledUnhandledExceptionsLogging ( ) : void | ||
EnsureHookingFacade ( object timeSpanToDelayStart ) : void | ||
GetPreInitHandlersScope ( ) : IDisposable | ||
GlobalInitializerFacade ( ) : System | ||
LogErrors ( IEnumerable |
||
OnFlushEvent ( FlushEventArgs args ) : void | ||
ReinitializeTheSystem ( RunInWriterLockScopeDelegate runInWriterLockScopeDelegate, bool initializeHooksInTheSameThread ) : void | ||
ReleaseReaderLock ( ) : void | ||
ReleaseWriterLock ( ) : void |
public static EnsureSystemIsInitialized ( ) : void | ||
Результат | void |
public static FatalResetTheSystem ( ) : void | ||
Результат | void |
public static InitializeTheSystem ( ) : void | ||
Результат | void |
public static ReinitializeTheSystem ( RunInWriterLockScopeDelegate runInWriterLockScopeDelegate ) : void | ||
runInWriterLockScopeDelegate | RunInWriterLockScopeDelegate | |
Результат | void |
public static RunInWriterLockScope ( RunInWriterLockScopeDelegate runInWriterLockScopeDelegate ) : void | ||
runInWriterLockScopeDelegate | RunInWriterLockScopeDelegate | |
Результат | void |
public static UninitializeTheSystem ( RunInWriterLockScopeDelegate runInWriterLockScopeDelegate ) : void | ||
runInWriterLockScopeDelegate | RunInWriterLockScopeDelegate | |
Результат | void |
public static ValidateIsOnlyCalledFromGlobalInitializerFacade ( |
||
stackTrace | ||
Результат | void |
public static WaitUntilAllIsInitialized ( ) : void | ||
Результат | void |