Microsoft.JScript.VsaItem.VsaItem C# (CSharp) Method

VsaItem() private method

private VsaItem ( VsaEngine engine, string itemName, VsaItemType type, VsaItemFlag flag ) : Microsoft.JScript.Vsa
engine Microsoft.JScript.Vsa.VsaEngine
itemName string
type VsaItemType
flag VsaItemFlag
return Microsoft.JScript.Vsa
      internal VsaItem(VsaEngine engine, string itemName, VsaItemType type, VsaItemFlag flag){ 
        this.engine = engine;
        this.type = type;
        this.name = itemName;
        this.flag = flag;
        this.codebase = null;
        this.isDirty = true;
      }