-
Notifications
You must be signed in to change notification settings - Fork 26
uwidgets.core.models.assemblyinfo
Namespace: uWidgets.Core.Models
Represents the information of an assembly.
public class AssemblyInfo : System.IEquatable`1[[uWidgets.Core.Models.AssemblyInfo, uWidgets.Core, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null]]Inheritance Object → AssemblyInfo
Implements IEquatable<AssemblyInfo>
Attributes NullableContextAttribute, NullableAttribute
protected Type EqualityContract { get; }The path to the file that contains the assembly.
public string FilePath { get; set; }public string AssemblyName { get; set; }Display name of the assembly.
public string DisplayName { get; set; }Author of the assembly.
public string Author { get; set; }Version of the assembly.
public Version Version { get; set; }Icon data of the assembly.
public string IconData { get; set; }Represents the information of an assembly.
public AssemblyInfo(string FilePath, string AssemblyName, string DisplayName, string Author, Version Version, string IconData)FilePath String
The path to the file that contains the assembly.
AssemblyName String
DisplayName String
Display name of the assembly.
Author String
Author of the assembly.
Version Version
Version of the assembly.
IconData String
Icon data of the assembly.
protected AssemblyInfo(AssemblyInfo original)original AssemblyInfo
public string ToString()protected bool PrintMembers(StringBuilder builder)builder StringBuilder
public int GetHashCode()public bool Equals(object obj)obj Object
public bool Equals(AssemblyInfo other)other AssemblyInfo
public AssemblyInfo <Clone>$()public void Deconstruct(String& FilePath, String& AssemblyName, String& DisplayName, String& Author, Version& Version, String& IconData)FilePath String&
AssemblyName String&
DisplayName String&
Author String&
Version Version&
IconData String&