C# Class Microsoft.JScript.Vsa.ResInfo

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
filename string
fullpath string
isLinked bool
isPublic bool
name string

Public Methods

Method Description
ResInfo ( string resinfo, bool isLinked ) : System
ResInfo ( string filename, string name, bool isPublic, bool isLinked ) : System

Method Details

ResInfo() public method

public ResInfo ( string resinfo, bool isLinked ) : System
resinfo string
isLinked bool
return System

ResInfo() public method

public ResInfo ( string filename, string name, bool isPublic, bool isLinked ) : System
filename string
name string
isPublic bool
isLinked bool
return System

Property Details

filename public property

public string filename
return string

fullpath public property

public string fullpath
return string

isLinked public property

public bool isLinked
return bool

isPublic public property

public bool isPublic
return bool

name public property

public string name
return string