AssemblyInfo Structure

Assembly Information structure.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public struct AssemblyInfo : IComparable<AssemblyInfo>
Inheritance
Object    ValueType    AssemblyInfo
Implements
IComparable<AssemblyInfo>

Constructors

AssemblyInfo(Assembly) Plug-in Info Constructor.
AssemblyInfo(String, String) Plug-in Info Constructor.
AssemblyInfo(String, Version, Guid) Plug-in Info Constructor.
AssemblyInfo(String, String, String, String) Plug-in Info Constructor.
AssemblyInfo(String, String, String, Version, Guid) Plug-in Info Constructor.

Properties

Author Assembly author.
Description Assembly description.
FileName File name for the external plug-in.
PrettyTitle Pretty assembly title.
PublicGuid Assembly static GUID.
Title Assembly title.
Version Assembly Version.

Methods

CompareTo Compares two assemblies by public GUID.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsSupportedVersion

Checks Version against the specified version and determines whether the assembly described by this instance is supported.

Typical use cases are:

Plugin this describes the plugin an checking is the version of the main assembly of SMath Studio.
Document this describes the main assembly of SMath Studio and checking is recorded in the SMath Studio document.

ToString Shows a string representation of assembly information.
(Overrides ValueType.ToString())

Fields

Empty Returns assembly information having default values in all its properties.

See Also