Show / Hide Table of Contents

Class WindowsFileSystemUtils

Inheritance
System.Object
WindowsFileSystemUtils
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: AttackSurfaceAnalyzer.Collectors
Assembly: AsaLib.dll
Syntax
public static class WindowsFileSystemUtils

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
System.Collections.Generic.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
System.IO.Stream input
Returns
Type Description
System.Collections.Generic.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
System.IO.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
Back to top Generated by DocFX