Class AssemblyUtils
Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class AssemblyUtils
Inheritance: System.Object -> AssemblyUtils
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Methods
GetVersion
public static string GetVersion(Assembly assembly = null)
Parameters
| Type | Name | Description |
|---|---|---|
System.Reflection.Assembly | assembly |
Returns
System.String
GetVersionObject
public static Version GetVersionObject(Assembly assembly = null)
Parameters
| Type | Name | Description |
|---|---|---|
System.Reflection.Assembly | assembly |
Returns
System.Version
GetAssemblyDate
public static string GetAssemblyDate(Assembly assembly = null)
Parameters
| Type | Name | Description |
|---|---|---|
System.Reflection.Assembly | assembly |
Returns
System.String
GetAssemblyConfiguration
public static string GetAssemblyConfiguration(Assembly assembly = null)
Parameters
| Type | Name | Description |
|---|---|---|
System.Reflection.Assembly | assembly |
Returns
System.String
GetAssemblyProductName
public static string GetAssemblyProductName(Assembly assembly = null)
Parameters
| Type | Name | Description |
|---|---|---|
System.Reflection.Assembly | assembly |
Returns
System.String