Click or drag to resize

ApplicationInfo Class

Provides methods to retrieve information about the application. In UWP it is a wrapper for Package.Current
Inheritance Hierarchy
SystemObject
  Cauldron.ReflectionApplicationInfo

Namespace:  Cauldron.Reflection
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class ApplicationInfo

The ApplicationInfo type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberApplicationName
Gets the application name
Public propertyStatic memberApplicationPath
Gets the full path of the application
Public propertyStatic memberApplicationPublisher
Gets the application publisher name
Public propertyStatic memberApplicationVersion
Gets a value representing the version of the application
Public propertyStatic memberDescription
Gets the application description
Public propertyStatic memberProductName
Gets the applications product name
Public propertyStatic memberTargetFramework
Gets the target framework the application was built against
Top
See Also