Show / Hide Table of Contents

Class ApplicationInfo

Expone la información de ensamblado de una aplicación de WPF.

Inheritance
object
AssemblyInfo
ApplicationInfo
Implements
IExposeExtendedGuiInfo<Image>
IExposeGuiInfo<Image>
IExposeExtendedInfo
IExposeInfo
INameable
IDescriptible
IExposeAssembly
Inherited Members
AssemblyInfo.Assembly
AssemblyInfo.Authors
AssemblyInfo.Beta
AssemblyInfo.ClsCompliant
AssemblyInfo.Copyright
AssemblyInfo.Description
AssemblyInfo.Has3rdPartyLicense
AssemblyInfo.HasLicense
AssemblyInfo.InformationalVersion
AssemblyInfo.License
AssemblyInfo.Name
AssemblyInfo.Product
AssemblyInfo.ThirdPartyComponents
AssemblyInfo.ThirdPartyLicenses
AssemblyInfo.Trademark
AssemblyInfo.Unmanaged
AssemblyInfo.Version
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TheXDS.MCART.Component
Assembly: MCART.Avalonia.Common.dll
Syntax
public class ApplicationInfo : AssemblyInfo, IExposeExtendedGuiInfo<Image?>, IExposeGuiInfo<Image?>, IExposeExtendedInfo, IExposeInfo, INameable, IDescriptible, IExposeAssembly
Remarks

Inicializa una nueva instancia de la clase ApplicationInfo

Constructors

| Edit this page View Source

ApplicationInfo(Application)

Inicializa una nueva instancia de la clase ApplicationInfo.

Declaration
public ApplicationInfo(Application application)
Parameters
Type Name Description
Application application

Aplicación de la cual se mostrará la información.

| Edit this page View Source

ApplicationInfo(Application, Image?)

Inicializa una nueva instancia de la clase ApplicationInfo.

Declaration
public ApplicationInfo(Application application, Image? icon)
Parameters
Type Name Description
Application application

Aplicación de la cual se mostrará la información.

Image icon

Ícono a mostrar de la aplicación.

| Edit this page View Source

ApplicationInfo(Assembly, Image?)

Expone la información de ensamblado de una aplicación de WPF.

Declaration
public ApplicationInfo(Assembly assembly, Image? icon)
Parameters
Type Name Description
Assembly assembly

Ensamblado del cual se mostrará la información.

Image icon

Ícono a mostrar del ensamblado.

Remarks

Inicializa una nueva instancia de la clase ApplicationInfo

| Edit this page View Source

ApplicationInfo(Assembly, bool)

Initializes a new instance of the ApplicationInfo class.

Declaration
public ApplicationInfo(Assembly assembly, bool inferIcon)
Parameters
Type Name Description
Assembly assembly

The assembly whose information will be displayed.

bool inferIcon

true to attempt to determine the assembly's icon, false to display no icon.

| Edit this page View Source

ApplicationInfo(Assembly, Icon?)

Initializes a new instance of the ApplicationInfo class.

Declaration
public ApplicationInfo(Assembly assembly, Icon? icon)
Parameters
Type Name Description
Assembly assembly

The assembly whose information will be displayed.

Icon icon

The icon to display for the assembly.

| Edit this page View Source

ApplicationInfo(Assembly, UIElement?)

Initializes a new instance of the ApplicationInfo class.

Declaration
public ApplicationInfo(Assembly assembly, UIElement? icon)
Parameters
Type Name Description
Assembly assembly

Assembly from which information will be displayed.

UIElement icon

Icon to display for the assembly.

| Edit this page View Source

ApplicationInfo(Application)

Initializes a new instance of the ApplicationInfo class.

Declaration
public ApplicationInfo(Application application)
Parameters
Type Name Description
Application application

Application from which information will be displayed.

| Edit this page View Source

ApplicationInfo(Application, bool)

Initializes a new instance of the ApplicationInfo class.

Declaration
public ApplicationInfo(Application application, bool inferIcon)
Parameters
Type Name Description
Application application

Application from which information will be displayed.

bool inferIcon

true to attempt to determine the app's icon, false to not display an icon.

| Edit this page View Source

ApplicationInfo(Application, UIElement?)

Initializes a new instance of the ApplicationInfo class.

Declaration
public ApplicationInfo(Application application, UIElement? icon)
Parameters
Type Name Description
Application application

Application from which information will be displayed.

UIElement icon

Icon to display for the application.

| Edit this page View Source

ApplicationInfo(Application)

Initializes a new instance of the ApplicationInfo class.

Declaration
public ApplicationInfo(Application application)
Parameters
Type Name Description
Application application

The application whose information will be displayed.

| Edit this page View Source

ApplicationInfo(Application, bool)

Initializes a new instance of the ApplicationInfo class.

Declaration
public ApplicationInfo(Application application, bool inferIcon)
Parameters
Type Name Description
Application application

The application whose information will be displayed.

bool inferIcon

true to attempt to determine the application's icon, false to display no icon.

| Edit this page View Source

ApplicationInfo(Application, Icon?)

Initializes a new instance of the ApplicationInfo class.

Declaration
public ApplicationInfo(Application application, Icon? icon)
Parameters
Type Name Description
Application application

The application whose information will be displayed.

Icon icon

The icon to display for the application.

Properties

| Edit this page View Source

Icon

Obtiene un ícono opcional a mostrar que describe al elemento.

Declaration
public virtual Image? Icon { get; }
Property Value
Type Description
Image

Implements

IExposeExtendedGuiInfo<TIcon>
IExposeGuiInfo<TIcon>
IExposeExtendedInfo
IExposeInfo
INameable
IDescriptible
IExposeAssembly

Extension Methods

Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T?)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>?)
ObjectExtensions.Is(object?, object?)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object?, object?)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
Common.IfNotNull<T>(T?, Action<T>)
Objects.Itself<T>(T)
Objects.ShallowCopyTo<T>(T, T)
CollectionExtensions.PushInto<TItem, TCollection>(TItem, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, TValue>(TValue, TKey, IDictionary<TKey, TValue>)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX