All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
ExportedProcess Class Reference

Represents the information of an exported process such as file name and process. More...

Public Member Functions

 ExportedProcess ()
 Initializes a new instance of the ExportedProcess class. More...
 

Properties

string FileName [get, set]
 Gets or sets the name of the file. More...
 
ProcessIdentity Process [get, set]
 Gets or sets the parent process identity. More...
 
string Xml [get, set]
 Gets or sets the XML. More...
 

Description

Represents the information of an exported process such as file name and process.

Constructor & Destructor Documentation

Initializes a new instance of the ExportedProcess class.

Property Documentation

string FileName
getset

Gets or sets the name of the file.

The name of the file.

ProcessIdentity Process
getset

Gets or sets the parent process identity.

The parent process identity.

string Xml
getset

Gets or sets the XML.