Show / Hide Table of Contents

Class WindowsFileSystemUtils

Inheritance
System.Object
WindowsFileSystemUtils
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Collectors
Assembly: AsaLib.dll
Syntax
public static class WindowsFileSystemUtils : object

Methods

| Improve this Doc View Source

GetDllCharacteristics(String)

Declaration
public static List<DLLCHARACTERISTICS> GetDllCharacteristics(string Path)
Parameters
Type Name Description
System.String Path
Returns
Type Description
List<DLLCHARACTERISTICS>
| Improve this Doc View Source

GetDllCharacteristics(String, Stream)

Declaration
public static List<DLLCHARACTERISTICS> GetDllCharacteristics(string Path, Stream input)
Parameters
Type Name Description
System.String Path
Stream input
Returns
Type Description
List<DLLCHARACTERISTICS>
| Improve this Doc View Source

GetSignatureStatus(String)

Declaration
public static Signature GetSignatureStatus(string Path)
Parameters
Type Name Description
System.String Path
Returns
Type Description
Signature
| Improve this Doc View Source

GetSignatureStatus(String, Stream)

Declaration
public static Signature GetSignatureStatus(string Path, Stream stream)
Parameters
Type Name Description
System.String Path
Stream stream
Returns
Type Description
Signature
| Improve this Doc View Source

IsLocal(String)

Declaration
public static bool IsLocal(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
System.Boolean
| Improve this Doc View Source

NeedsSignature(String)

Declaration
public static bool NeedsSignature(string Path)
Parameters
Type Name Description
System.String Path
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX