Class AssemblyExtensions
- Namespace
- Tripous
- Assembly
- Tripous.dll
Extensions
public static class AssemblyExtensions
- Inheritance
-
AssemblyExtensions
- Inherited Members
Methods
GetFileName(Assembly)
Gets the filename of the Assembly without path and extension
public static string GetFileName(this Assembly A)
Parameters
AAssembly
Returns
GetFolder(Assembly)
Gets the directory where the Assembly resides.
The returned string includes a trailing path separator.
public static string GetFolder(this Assembly A)
Parameters
AAssembly
Returns
GetFullPath(Assembly)
Gets the full path of the Assembly
public static string GetFullPath(this Assembly A)
Parameters
AAssembly
Returns
GetTypesSafe(Assembly)
Returns an array of Type of A types, in a safe manner
public static Type[] GetTypesSafe(this Assembly A)
Parameters
AAssembly
Returns
- Type[]