C# Class Swicli.Library.Embedded

Mostra file Open project: swi-to-yap/swicli

Public Properties

Property Type Description
FailOnMissingInsteadOfError bool
IsHalted bool
IsPLWin bool
JplDisabled bool
JplSafeNativeMethodsCalled bool
JplSafeNativeMethodsDisabled bool
PlCsDisabled bool
RedirectStreams bool
VMStringsAsAtoms int
VerboseStartup bool

Public Methods

Method 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

Method 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 method

public static ConsoleWriteLine ( string text ) : void
text string
return void

Debug() public static method

public static Debug ( string text ) : void
text string
return void

Error() public static method

public static Error ( string text ) : bool
text string
return bool

PlStringFormat() public static method

public static PlStringFormat ( string text ) : string
text string
return string

Warn() public static method

public static Warn ( string text ) : bool
text string
return bool

WarnMissing() public static method

public static WarnMissing ( string text ) : bool
text string
return bool

WriteException() public static method

public static WriteException ( Exception exception ) : void
exception System.Exception
return void

install() public static method

public static install ( ) : int
return int

Property Details

FailOnMissingInsteadOfError public_oe static_oe property

public static bool FailOnMissingInsteadOfError
return bool

IsHalted public_oe static_oe property

public static bool IsHalted
return bool

IsPLWin public_oe static_oe property

public static bool IsPLWin
return bool

JplDisabled public_oe static_oe property

public static bool JplDisabled
return bool

JplSafeNativeMethodsCalled public_oe static_oe property

public static bool JplSafeNativeMethodsCalled
return bool

JplSafeNativeMethodsDisabled public_oe static_oe property

public static bool JplSafeNativeMethodsDisabled
return bool

PlCsDisabled public_oe static_oe property

public static bool PlCsDisabled
return bool

RedirectStreams public_oe static_oe property

public static bool RedirectStreams
return bool

VMStringsAsAtoms public_oe static_oe property

public static int VMStringsAsAtoms
return int

VerboseStartup public_oe static_oe property

public static bool VerboseStartup
return bool