C# Class Drey.Extensions.AssemblyExtensions

Mostrar archivo Open project: dealproc/Drey

Public Methods

Method Description
GetDirectoryLocation ( this assembly ) : string

Gets an assembly's location on disc.

Method Details

GetDirectoryLocation() public static method

Gets an assembly's location on disc.
public static GetDirectoryLocation ( this assembly ) : string
assembly this The assembly.
return string