Click or drag to resize

AssemblyExtensions Class

Extension methods for assemblies.
Inheritance Hierarchy
SystemObject
  TomsToolbox.EssentialsAssemblyExtensions

Namespace: TomsToolbox.Essentials
Assembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class AssemblyExtensions

The AssemblyExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGeneratePackUri(Assembly) Generates the pack URI according to https://msdn.microsoft.com/library/aa970069.aspx for the specified assembly.
Public Extension MethodGeneratePackUri(Assembly, String) Generates the pack URI according to https://msdn.microsoft.com/library/aa970069.aspx for the resource in the specified assembly.
Public Extension MethodGeneratePackUri(Assembly, Uri) Generates the pack URI according to https://msdn.microsoft.com/library/aa970069.aspx for the resource in the specified assembly.
Public Extension MethodGetAssemblyDirectory(Assembly) Gets the directory in which the given assembly is stored.
Public Extension MethodGetAssemblyDirectory(AssemblyName)Obsolete.
Gets the directory in which the given assembly is stored.
Top
See Also