File: System\EnterpriseServices\IRegistrationHelper.cs
Project: System.EnterpriseServices.dll (System.EnterpriseServices)
#region Assembly System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.EnterpriseServices.dll
#endregion
 
using System.Runtime.InteropServices;
 
namespace System.EnterpriseServices
{
    [Guid("55e3ea25-55cb-4650-8887-18e8d30bb4bc")]
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
    public interface IRegistrationHelper
    {
        void InstallAssembly(string assembly, ref string application, ref string tlb, InstallationFlags installFlags);
        void UninstallAssembly(string assembly, string application);
    }
}