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.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
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