AssemblyInfo Structure

Assembly Information structure.

Definition

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

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 
ToString Shows a string representation of assembly information.
(Overrides ValueTypeToString)

Fields

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

See Also