Added files to System.Configuration.Install
[mono.git] / mcs / class / System.Configuration.Install / System.Configuration.Install / IManagedInstaller.cs
1 // System.Configuration.Installer.IManagedInstaller.cs
2 //
3 // Author:
4 //      Alejandro Sánchez Acosta
5 //
6 // (C) Alejandro Sánchez Acosta
7 // 
8
9 using System.Runtime.InteropService;
10
11 namespace System.Configuration.Installer
12 {
13         //[Guid("")]
14         //[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
15         public interface IManagedInstaller
16         {
17                 int ManagedInstall (string commandLine, int hInstall);
18         }
19 }