Class AssemblyUtils
Inheritance
System.Object
AssemblyUtils
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class AssemblyUtils
Methods
GetAssemblyConfiguration(Assembly)
Declaration
public static string GetAssemblyConfiguration(Assembly assembly = null)
Parameters
| Type |
Name |
Description |
| System.Reflection.Assembly |
assembly |
|
Returns
| Type |
Description |
| System.String |
|
GetAssemblyDate(Assembly)
Declaration
public static string GetAssemblyDate(Assembly assembly = null)
Parameters
| Type |
Name |
Description |
| System.Reflection.Assembly |
assembly |
|
Returns
| Type |
Description |
| System.String |
|
GetAssemblyProductName(Assembly)
Declaration
public static string GetAssemblyProductName(Assembly assembly = null)
Parameters
| Type |
Name |
Description |
| System.Reflection.Assembly |
assembly |
|
Returns
| Type |
Description |
| System.String |
|
GetVersion(Assembly)
Declaration
public static string GetVersion(Assembly assembly = null)
Parameters
| Type |
Name |
Description |
| System.Reflection.Assembly |
assembly |
|
Returns
| Type |
Description |
| System.String |
|
GetVersionObject(Assembly)
Declaration
public static Version GetVersionObject(Assembly assembly = null)
Parameters
| Type |
Name |
Description |
| System.Reflection.Assembly |
assembly |
|
Returns
| Type |
Description |
| System.Version |
|