[This is preliminary documentation and is subject to change.]
The BuildInformation type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | BuildInformation |
Creates and instance of BuildInformation class from the specified resource path in particular assembly.
If assembly is null then BuildInformation for the whole framework is returned.
If Path is null then the first found BUILD info resource is used from the specified assembly
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToString | (Overrides ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() ![]() | BUILD_INFO_RESOURCE | |
![]() ![]() | FRAMEWORK_BUILD_INFO_PATH |
Properties
Name | Description | |
---|---|---|
![]() | AssemblyName |
Rertuns assembly name that this information was obtained from
|
![]() | BuildSeed |
Returns random number assigned to a build. It is NOT guaranteed to be unique
|
![]() | Computer |
A name of the computer that performed build
|
![]() | DateStampUTC |
Date and time stamp when build was performed
|
![]() ![]() | ForFramework |
Return framework build information
|
![]() | OS |
OS name
|
![]() | OSVer |
OS version name
|
![]() | User |
a name of user that build session was logged under
|
See Also