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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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