C# Class Microsoft.JScript.Vsa.ResInfo

Mostra 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_oe property

public string filename
return string

fullpath public_oe property

public string fullpath
return string

isLinked public_oe property

public bool isLinked
return bool

isPublic public_oe property

public bool isPublic
return bool

name public_oe property

public string name
return string