C# Class Swicli.Library.Embedded

Afficher le fichier Open project: swi-to-yap/swicli

Méthodes publiques

Свойство Type Description
FailOnMissingInsteadOfError bool
IsHalted bool
IsPLWin bool
JplDisabled bool
JplSafeNativeMethodsCalled bool
JplSafeNativeMethodsDisabled bool
PlCsDisabled bool
RedirectStreams bool
VMStringsAsAtoms int
VerboseStartup bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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)

Method Details

ConsoleWriteLine() public static méthode

public static ConsoleWriteLine ( string text ) : void
text string
Résultat void

Debug() public static méthode

public static Debug ( string text ) : void
text string
Résultat void

Error() public static méthode

public static Error ( string text ) : bool
text string
Résultat bool

PlStringFormat() public static méthode

public static PlStringFormat ( string text ) : string
text string
Résultat string

Warn() public static méthode

public static Warn ( string text ) : bool
text string
Résultat bool

WarnMissing() public static méthode

public static WarnMissing ( string text ) : bool
text string
Résultat bool

WriteException() public static méthode

public static WriteException ( Exception exception ) : void
exception System.Exception
Résultat void

install() public static méthode

public static install ( ) : int
Résultat int

Property Details

FailOnMissingInsteadOfError public_oe static_oe property

public static bool FailOnMissingInsteadOfError
Résultat bool

IsHalted public_oe static_oe property

public static bool IsHalted
Résultat bool

IsPLWin public_oe static_oe property

public static bool IsPLWin
Résultat bool

JplDisabled public_oe static_oe property

public static bool JplDisabled
Résultat bool

JplSafeNativeMethodsCalled public_oe static_oe property

public static bool JplSafeNativeMethodsCalled
Résultat bool

JplSafeNativeMethodsDisabled public_oe static_oe property

public static bool JplSafeNativeMethodsDisabled
Résultat bool

PlCsDisabled public_oe static_oe property

public static bool PlCsDisabled
Résultat bool

RedirectStreams public_oe static_oe property

public static bool RedirectStreams
Résultat bool

VMStringsAsAtoms public_oe static_oe property

public static int VMStringsAsAtoms
Résultat int

VerboseStartup public_oe static_oe property

public static bool VerboseStartup
Résultat bool