Class WindowsFileSystemUtils
Inheritance
System.Object
WindowsFileSystemUtils
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
|
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
|
Improve this Doc
View Source
GetSignatureStatus(String)
Declaration
public static Signature GetSignatureStatus(string Path)
Parameters
| Type |
Name |
Description |
| System.String |
Path |
|
Returns
|
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
|
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 |
|