Class ProcessModuleObject
Inheritance
System.Object
ProcessModuleObject
Assembly: AsaLib.dll
Syntax
public class ProcessModuleObject : object
Constructors
|
Improve this Doc
View Source
ProcessModuleObject(String, String, SerializableFileVersionInfo)
Declaration
public ProcessModuleObject(string FileName, string ModuleName, SerializableFileVersionInfo FileVersionInfo)
Parameters
Properties
|
Improve this Doc
View Source
FileName
Declaration
public string FileName { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
FileVersionInfo
Declaration
public SerializableFileVersionInfo FileVersionInfo { get; }
Property Value
|
Improve this Doc
View Source
ModuleName
Declaration
public string ModuleName { get; }
Property Value
| Type |
Description |
| System.String |
|