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.143 -- Release Build+524337d392fd5616b12b50022b004322b9e7c330
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