public struct AssemblyInfo : IComparable<AssemblyInfo>
Public Structure AssemblyInfo
Implements IComparable(Of AssemblyInfo)
public value class AssemblyInfo : IComparable<AssemblyInfo>
[<SealedAttribute>]
type AssemblyInfo =
struct
inherit ValueType
interface IComparable<AssemblyInfo>
end
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. |
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. |
CompareTo | Compares two assemblies by public GUID. | ||||
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | ||||
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | ||||
GetType | Gets 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:
| ||||
ToString |
Shows a string representation of assembly information.
(Overrides ValueType.ToString()) |
Empty | Returns assembly information having default values in all its properties. |