Click or drag to resize

AssemblyInfo Class

Contains general assembly information.
Inheritance Hierarchy
SystemObject
  Vovin.CmcLibNetAssemblyInfo

Namespace:  Vovin.CmcLibNet
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public class AssemblyInfo

The AssemblyInfo type exposes the following members.

Constructors
  NameDescription
Public methodAssemblyInfo
Initializes a new instance of the AssemblyInfo class
Top
Properties
  NameDescription
Public propertyClrVersion
Returns CLR version.
Public propertyFileVersion
Returns the file version.
Public propertyImageRuntimeVersion
Returns the ImageRuntimeVersion.
Public propertyPath
Returns the location of the assembly
Public propertyProductVersion
Returns the product version.
Public propertyTargetedFramework
Returns targeted framework version.
Public propertyVersion
Returns assembly version.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also