BuildVersionInfo
Contents
[
Hide
]Inheritance: java.lang.Object
public final class BuildVersionInfo
Contains the current build version information.
Fields
Field | Description |
---|---|
AssemblyVersion | The assembly version. |
FileVersion | The file version. |
Product | The product title. |
ProductMajor | The major product version. |
ProductMinor | The minor product version. |
ReleaseDate | The product release date. |
ReleaseDate_internalized |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
AssemblyVersion
public static final String AssemblyVersion
The assembly version.
FileVersion
public static final String FileVersion
The file version.
Product
public static final String Product
The product title.
ProductMajor
public static final int ProductMajor
The major product version.
ProductMinor
public static final int ProductMinor
The minor product version.
ReleaseDate
public static final Date ReleaseDate
The product release date.
ReleaseDate_internalized
public static final System.DateTime ReleaseDate_internalized
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |