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.138 -- Release Build+dacff88cce10d287c7434d5aac59c76948c712b1
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