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.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
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