Click or drag to resize

AssemblyUtilities Class

A set of Assembly utilities.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesAssemblyUtilities

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class AssemblyUtilities

The AssemblyUtilities type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCompany
Gets the company from the entry assembly.
Public methodStatic memberGetCompany(Assembly)
Gets the company from an assembly.
Public methodStatic memberGetConfiguration
Gets the configuration from the entry assembly.
Public methodStatic memberGetConfiguration(Assembly)
Gets the configuration (debug, release, etc.) from an assembly.
Public methodStatic memberGetCopyright
Gets the copyright from the entry assembly.
Public methodStatic memberGetCopyright(Assembly)
Gets the copyright from an assembly.
Public methodStatic memberGetDescription
Gets the description from the entry assembly.
Public methodStatic memberGetDescription(Assembly)
Gets the description from an assembly.
Public methodStatic memberGetFileVersion
Gets the file version from the entry assembly.
Public methodStatic memberGetFileVersion(Assembly)
Gets the file version from an assembly.
Public methodStatic memberGetInformationalVersion
Gets the informational version from the entry assembly.
Public methodStatic memberGetInformationalVersion(Assembly)
Gets the informational version from an assembly.
Public methodStatic memberGetLinkerTimestamp
Gets the linker timestamp from the entry assembly.
Public methodStatic memberGetLinkerTimestamp(Assembly)
Gets the assembly linker timestamp.
Public methodStatic memberGetLinkerTimestamp(String)
Gets the linker timestamp of an assembly's path.
Public methodStatic memberGetProduct
Gets the product name from the entry assembly.
Public methodStatic memberGetProduct(Assembly)
Gets the product name from an assembly.
Public methodStatic memberGetTitle
Gets the title from the entry assembly.
Public methodStatic memberGetTitle(Assembly)
Gets the title from an assembly
Public methodStatic memberGetVersion
Gets the version from an assembly.
Top
See Also