IServicedComponentInfo.GetComponentInfo Method
.NET Framework 2.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Obtains certain information about the ServicedComponent class instance.
Namespace: System.EnterpriseServicesAssembly: System.EnterpriseServices (in system.enterpriseservices.dll)
'Declaration Sub GetComponentInfo ( _ ByRef infoMask As Integer, _ <OutAttribute> ByRef infoArray As String() _ ) 'Usage Dim instance As IServicedComponentInfo Dim infoMask As Integer Dim infoArray As String() instance.GetComponentInfo(infoMask, infoArray)
void GetComponentInfo ( /** @ref */ int infoMask, /** @attribute OutAttribute() */ /** @ref */ String[] infoArray )
JScript does not support passing value-type arguments by reference.
Parameters
- infoMask
A bitmask where 0x00000001 is a key for the serviced component's process ID, 0x00000002 is a key for the application domain ID, and 0x00000004 is a key for the serviced component's remote URI.
- infoArray
A string array that may contain any or all of the following, in order: the serviced component's process ID, the application domain ID, and the serviced component's remote URI.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: