C# Class Microsoft.JScript.VsaItem

Inheritance: IVsaItem
Show file 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 property

protected VsaItemFlag flag
return VsaItemFlag

isDirty protected property

protected bool isDirty
return bool

name protected property

protected string name
return string

type protected property

protected VsaItemType type
return VsaItemType