IRegistrationHelper.InstallAssembly メソッド
アセンブリ: System.EnterpriseServices (system.enterpriseservices.dll 内)

Sub InstallAssembly ( _ <InAttribute> assembly As String, _ <InAttribute> <OutAttribute> ByRef application As String, _ <InAttribute> <OutAttribute> ByRef tlb As String, _ <InAttribute> installFlags As InstallationFlags _ )
Dim instance As IRegistrationHelper Dim assembly As String Dim application As String Dim tlb As String Dim installFlags As InstallationFlags instance.InstallAssembly(assembly, application, tlb, installFlags)
void InstallAssembly ( [InAttribute] string assembly, [InAttribute] out string application, [InAttribute] out string tlb, [InAttribute] InstallationFlags installFlags )
void InstallAssembly ( [InAttribute] String^ assembly, [InAttribute] [OutAttribute] String^% application, [InAttribute] [OutAttribute] String^% tlb, [InAttribute] InstallationFlags installFlags )
void InstallAssembly ( /** @attribute InAttribute() */ String assembly, /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ String application, /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ String tlb, /** @attribute InAttribute() */ InstallationFlags installFlags )
- application
アプリケーション パラメータは null 参照 (Visual Basic では Nothing) に設定できます。その場合、アセンブリ名または ApplicationName 属性に基づいたアプリケーション名が自動的に生成されます。アプリケーションに ApplicationID 属性が格納されている場合は、その属性が優先的に使用されます。
- tlb
タイプ ライブラリ (TLB) 出力ファイルの名前。登録ヘルパがその名前を生成することになっている場合は null 参照 (Visual Basic では Nothing) が含まれた文字列。呼び出しが完了すると、使用された実際の名前がパラメータに配置されます。
- installFlags



Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- IRegistrationHelper.InstallAssembly メソッドのページへのリンク