アセンブリの読み込み元のファイルへのパスを取得します。
Function GetPathOfAssembly( _
ByVal name As AssemblyName _) As String
[C#]
string GetPathOfAssembly(
AssemblyNamename);
[C++]
String* GetPathOfAssembly(
AssemblyName* name);
[JScript]
function GetPathOfAssembly(
name : AssemblyName) : String;
パラメータ
- name
アセンブリの名前。
戻り値
アセンブリの読み込み元のファイルへのパス。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ITypeResolutionService インターフェイス | ITypeResolutionService メンバ | System.ComponentModel.Design 名前空間