Click or drag to resize

YAssemblyInformations Class

This static class contains static methods about assemblies.
Inheritance Hierarchy
SystemObject
  Upsilon.Common.LibraryYAssemblyInformations

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static class YAssemblyInformations

The YAssemblyInformations type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAppTitle The app title.
Top
Methods
 NameDescription
Public methodStatic memberGetAppTitle Get the app title.
Public methodStatic memberGetAssembly Get the assembly corresponding to the given target.
Public methodStatic memberGetAssemblyDirectory Get the assembly directory corresponding to the given target.
Public methodStatic memberGetAssemblyName Get the assembly name corresponding to the given target.
Public methodStatic memberGetAssemblyVersion Get the assembly version corresponding to the given target.
Top
See Also