C# 클래스 Swicli.Library.Embedded

파일 보기 프로젝트 열기: swi-to-yap/swicli

공개 프로퍼티들

프로퍼티 타입 설명
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