Fingerprint_Card
Loading...
Searching...
No Matches
Zwipe.Build.Tools.IO.DynamicLibrary Class Reference

Public Types

enum  Type { Unknown , Native , Managed }

Static Public Member Functions

static Type GetType (string filePath)
static string[] GetExports (string filePath)
static bool Is64Bit (string filePath)
static bool ContainsDebugSymbols (string filePath)
static bool IsUnixBinary (string fileName)
static PlatformId GetPlatform (string filePath)

Member Enumeration Documentation

◆ Type

Enumerator
Unknown 
Native 
Managed 

Member Function Documentation

◆ ContainsDebugSymbols()

bool Zwipe.Build.Tools.IO.DynamicLibrary.ContainsDebugSymbols ( string filePath)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetExports()

string[] Zwipe.Build.Tools.IO.DynamicLibrary.GetExports ( string filePath)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetPlatform()

PlatformId Zwipe.Build.Tools.IO.DynamicLibrary.GetPlatform ( string filePath)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetType()

Type Zwipe.Build.Tools.IO.DynamicLibrary.GetType ( string filePath)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Is64Bit()

bool Zwipe.Build.Tools.IO.DynamicLibrary.Is64Bit ( string filePath)
static
Here is the caller graph for this function:

◆ IsUnixBinary()

bool Zwipe.Build.Tools.IO.DynamicLibrary.IsUnixBinary ( string fileName)
static
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: