ObjectPoolingAttribute::IsValidTarget Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Called internally by the .NET Framework infrastructure while installing and configuring assemblies in the COM+ catalog.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

public:
virtual bool IsValidTarget(
	String^ s
) sealed

Parameters

s
Type: System::String^

A string generated by the .NET Framework infrastructure that is checked for a special value that indicates a serviced component.

Return Value

Type: System::Boolean

true if the attribute is applied to a serviced component class.

Even though it is a public method, the IsValidTarget method is intended only to be used from within the .NET Framework infrastructure. It is sufficient for a developer to apply the ObjectPoolingAttribute class attribute and set other members in its interface.

.NET Framework
Available since 1.1
Return to top
Show: