Class Version
Inheritance
System.Object
Version
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Common.Utils
Assembly: FixAntenna.Common.dll
Syntax
public class Version
Methods
GetProductVersion(Type)
Declaration
public static string GetProductVersion(Type aClass)
Parameters
Type | Name | Description |
---|---|---|
System.Type | aClass |
Returns
Type | Description |
---|---|
System.String |
GetProductVersion(Type, Int32)
Declaration
public static string GetProductVersion(Type aClass, int limit)
Parameters
Type | Name | Description |
---|---|---|
System.Type | aClass | |
System.Int32 | limit |
Returns
Type | Description |
---|---|
System.String |
PrintVersionOfProduct(Type, ILog)
Prints the version of a product.
Declaration
public static void PrintVersionOfProduct(Type aClass, ILog log)
Parameters
Type | Name | Description |
---|---|---|
System.Type | aClass | the class from product jar FILE |
ILog | log | the log |