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)
Syntax
public static class AssemblyExtensions
Methods
  NameDescription
Public methodStatic memberGeneratePackUri(Assembly)
Generates the pack URI according to https://msdn.microsoft.com/library/aa970069.aspx for the specified assembly.
Public methodStatic memberGeneratePackUri(Assembly, String)
Generates the pack URI according to https://msdn.microsoft.com/library/aa970069.aspx for the resource in the specified assembly.
Public methodStatic memberGeneratePackUri(Assembly, Uri)
Generates the pack URI according to https://msdn.microsoft.com/library/aa970069.aspx for the resource in the specified assembly.
Public methodStatic memberGetAssemblyDirectory(Assembly)
Gets the directory in which the given assembly is stored.
Public methodStatic memberGetAssemblyDirectory(AssemblyName) Obsolete.
Gets the directory in which the given assembly is stored.
Top
See Also