File: System\EnterpriseServices\IServicedComponentInfo.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("8165B19E-8D3A-4d0b-80C8-97DE310DB583")]
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
    public interface IServicedComponentInfo
    {
        void GetComponentInfo(ref int infoMask, out string[] infoArray);
    }
}