C# 클래스 Microsoft.JScript.VsaItem

상속: IVsaItem
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
flag VsaItemFlag
isDirty bool
name string
type VsaItemType

비공개 메소드들

메소드 설명
CheckForErrors ( ) : void
Close ( ) : void
Compile ( ) : void
GetCompiledType ( ) : Type
GetOption ( String name ) : Object
Remove ( ) : void
Reset ( ) : void
Run ( ) : void
SetOption ( String name, Object value ) : void
VsaItem ( VsaEngine engine, string itemName, VsaItemType type, VsaItemFlag flag ) : Microsoft.JScript.Vsa

프로퍼티 상세

flag 보호되어 있는 프로퍼티

protected VsaItemFlag flag
리턴 VsaItemFlag

isDirty 보호되어 있는 프로퍼티

protected bool isDirty
리턴 bool

name 보호되어 있는 프로퍼티

protected string name
리턴 string

type 보호되어 있는 프로퍼티

protected VsaItemType type
리턴 VsaItemType