Show / Hide Table of Contents

Class ProcessModuleObject

Inheritance
System.Object
ProcessModuleObject
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class ProcessModuleObject

Constructors

| Improve this Doc View Source

ProcessModuleObject(String, String, SerializableFileVersionInfo)

Declaration
public ProcessModuleObject(string FileName, string ModuleName, SerializableFileVersionInfo FileVersionInfo)
Parameters
Type Name Description
System.String FileName
System.String ModuleName
SerializableFileVersionInfo FileVersionInfo

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
Type Description
SerializableFileVersionInfo
| Improve this Doc View Source

ModuleName

Declaration
public string ModuleName { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX