IManagedInstaller.ManagedInstall メソッド
アセンブリ: System.Configuration.Install (system.configuration.install.dll 内)
構文Function ManagedInstall ( _ <InAttribute> commandLine As String, _ <InAttribute> hInstall As Integer _ ) As Integer
Dim instance As IManagedInstaller Dim commandLine As String Dim hInstall As Integer Dim returnValue As Integer returnValue = instance.ManagedInstall(commandLine, hInstall)
int ManagedInstall ( [InAttribute] string commandLine, [InAttribute] int hInstall )
int ManagedInstall ( [InAttribute] String^ commandLine, [InAttribute] int hInstall )
int ManagedInstall ( /** @attribute InAttribute() */ String commandLine, /** @attribute InAttribute() */ int hInstall )
- hInstall
.NET Framework のセキュリティ
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- IManagedInstaller.ManagedInstall メソッドのページへのリンク