ITypeResolutionService::GetPathOfAssembly Method (AssemblyName^)

 

Gets the path to the file from which the assembly was loaded.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

String^ GetPathOfAssembly(
	AssemblyName^ name
)

Parameters

name
Type: System.Reflection::AssemblyName^

The name of the assembly.

Return Value

Type: System::String^

The path to the file from which the assembly was loaded.

.NET Framework
Available since 1.1
Return to top
Show: