AssemblyLoadedVersionNumber Class

Maintains a version number that increments every time an AssemblyLoad event is raised.

Definition

Namespace: Gemstone.Reflection
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.136 -- Release Build+d454dafd53fcce88fce9c0a8ec8597176c30b791
public static class AssemblyLoadedVersionNumber
Inheritance
Object    AssemblyLoadedVersionNumber

Properties

VersionNumber The number of times that the AppDomains's assembly could have changed; initial value starts at 1.

See Also