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.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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