AssemblyInstaller.Path プロパティ
アセンブリ: System.Configuration.Install (system.configuration.install.dll 内)

インストールするアセンブリのパス。

次の例では、AssemblyInstaller コンストラクタの呼び出しによって AssemblyInstaller が作成されます。このオブジェクトの Path プロパティが設定されます。
' Create an object of the 'AssemblyInstaller' class. Dim myAssemblyInstaller As New AssemblyInstaller() ' Set the path property of the AssemblyInstaller object. myAssemblyInstaller.Path = "MyAssembly_Rollback.exe"
// Create an object of the 'AssemblyInstaller' class. AssemblyInstaller myAssemblyInstaller = new AssemblyInstaller(); // Set the path property of the AssemblyInstaller object. myAssemblyInstaller.Path = "MyAssembly_Rollback.exe";


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


Weblioに収録されているすべての辞書からAssemblyInstaller.Path プロパティを検索する場合は、下記のリンクをクリックしてください。

- AssemblyInstaller.Path プロパティのページへのリンク