C# 클래스 Mono.CSharp.RootContext

파일 보기 프로젝트 열기: praeclarum/runcs 1 사용 예제들

공개 메소드들

메소드 설명
AddConditional ( string p ) : void
IsConditionalDefined ( string value ) : bool
PartialReset ( ) : void
Reset ( bool full ) : void

비공개 메소드들

메소드 설명
RootContext ( ) : System

메소드 상세

AddConditional() 공개 정적인 메소드

public static AddConditional ( string p ) : void
p string
리턴 void

IsConditionalDefined() 공개 정적인 메소드

public static IsConditionalDefined ( string value ) : bool
value string
리턴 bool

PartialReset() 공개 정적인 메소드

public static PartialReset ( ) : void
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( bool full ) : void
full bool
리턴 void