AssemblyHelper.GetAssemblyPath Method

Definition

Overloads

GetAssemblyPath(Assembly)
GetAssemblyPath(Type)

GetAssemblyPath(Assembly)

public static string GetAssemblyPath (System.Reflection.Assembly assembly);
static member GetAssemblyPath : System.Reflection.Assembly -> string

Parameters

assembly
Assembly

Returns

Applies to

GetAssemblyPath(Type)

public static string GetAssemblyPath (Type type);
static member GetAssemblyPath : Type -> string

Parameters

type
Type

Returns

Applies to