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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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