C# Класс Swicli.Library.Embedded

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FailOnMissingInsteadOfError bool
IsHalted bool
IsPLWin bool
JplDisabled bool
JplSafeNativeMethodsCalled bool
JplSafeNativeMethodsDisabled bool
PlCsDisabled bool
RedirectStreams bool
VMStringsAsAtoms int
VerboseStartup bool

Открытые методы

Метод Описание
ConsoleWriteLine ( string text ) : void
Debug ( string text ) : void
Error ( string text ) : bool
PlStringFormat ( string text ) : string
Warn ( string text ) : bool
WarnMissing ( string text ) : bool
WriteException ( Exception exception ) : void
install ( ) : int

Приватные методы

Метод Описание
Is64BitComputer ( ) : bool

The OS and not the .Net process therefore "Program Files" are either for 64bit or 32bit apps

Is64BitRuntime ( ) : bool

the .Net process (Not OS)

Описание методов

ConsoleWriteLine() публичный статический Метод

public static ConsoleWriteLine ( string text ) : void
text string
Результат void

Debug() публичный статический Метод

public static Debug ( string text ) : void
text string
Результат void

Error() публичный статический Метод

public static Error ( string text ) : bool
text string
Результат bool

PlStringFormat() публичный статический Метод

public static PlStringFormat ( string text ) : string
text string
Результат string

Warn() публичный статический Метод

public static Warn ( string text ) : bool
text string
Результат bool

WarnMissing() публичный статический Метод

public static WarnMissing ( string text ) : bool
text string
Результат bool

WriteException() публичный статический Метод

public static WriteException ( Exception exception ) : void
exception System.Exception
Результат void

install() публичный статический Метод

public static install ( ) : int
Результат int

Описание свойств

FailOnMissingInsteadOfError публичное статическое свойство

public static bool FailOnMissingInsteadOfError
Результат bool

IsHalted публичное статическое свойство

public static bool IsHalted
Результат bool

IsPLWin публичное статическое свойство

public static bool IsPLWin
Результат bool

JplDisabled публичное статическое свойство

public static bool JplDisabled
Результат bool

JplSafeNativeMethodsCalled публичное статическое свойство

public static bool JplSafeNativeMethodsCalled
Результат bool

JplSafeNativeMethodsDisabled публичное статическое свойство

public static bool JplSafeNativeMethodsDisabled
Результат bool

PlCsDisabled публичное статическое свойство

public static bool PlCsDisabled
Результат bool

RedirectStreams публичное статическое свойство

public static bool RedirectStreams
Результат bool

VMStringsAsAtoms публичное статическое свойство

public static int VMStringsAsAtoms
Результат int

VerboseStartup публичное статическое свойство

public static bool VerboseStartup
Результат bool