C# Class System.Waf.Applications.RecentFile

Represents a recent file.
Inheritance: Model, IXmlSerializable
ファイルを表示 Open project: jbe2277/waf Class Usage Examples

Public Methods

Method Description
RecentFile ( string path ) : System.ComponentModel

Initializes a new instance of the RecentFile class.

Private Methods

Method Description
IXmlSerializable ( ) : XmlSchema
IXmlSerializable ( XmlReader reader ) : void
IXmlSerializable ( XmlWriter writer ) : void
RecentFile ( ) : System.ComponentModel

Method Details

RecentFile() public method

Initializes a new instance of the RecentFile class.
The argument path must not be null or empty.
public RecentFile ( string path ) : System.ComponentModel
path string The file path.
return System.ComponentModel