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.181-beta
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