C# Class Microsoft.JScript.VsaItem

Inheritance: IVsaItem
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
flag VsaItemFlag
isDirty bool
name string
type VsaItemType

Private Methods

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

Property Details

flag protected_oe property

protected VsaItemFlag flag
return VsaItemFlag

isDirty protected_oe property

protected bool isDirty
return bool

name protected_oe property

protected string name
return string

type protected_oe property

protected VsaItemType type
return VsaItemType