Click or drag to resize

AssemblyLoadedVersionNumber Class

Maintains a version number that increments every time an AppDomain AssemblyLoad event is raised.
Inheritance Hierarchy
SystemObject
  GSF.ReflectionAssemblyLoadedVersionNumber

Namespace: GSF.Reflection
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax
public static class AssemblyLoadedVersionNumber
View Source

The AssemblyLoadedVersionNumber type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberVersionNumber The number of times that the AppDomains's assembly could have changed; initial value starts at 1.
Top
See Also