ObjectPoolingAttribute.IsValidTarget(String) Método
Definição
Chamado internamente pela infraestrutura do .NET Framework durante a instalação e configuração de assemblies no catálogo COM+.Called internally by the .NET Framework infrastructure while installing and configuring assemblies in the COM+ catalog.
public:
virtual bool IsValidTarget(System::String ^ s);
public bool IsValidTarget (string s);
abstract member IsValidTarget : string -> bool
override this.IsValidTarget : string -> bool
Public Function IsValidTarget (s As String) As Boolean
Parâmetros
- s
- String
Uma cadeia de caracteres gerada pela infraestrutura do .NET Framework que é verificada para encontrar um valor especial que indica um componente atendido.A string generated by the .NET Framework infrastructure that is checked for a special value that indicates a serviced component.
Retornos
true se o atributo for aplicado a uma classe de componente atendido.true if the attribute is applied to a serviced component class.
Comentários
Embora seja um método público, o IsValidTarget método destina-se apenas a ser usado de dentro da infraestrutura de .NET Framework.Even though it is a public method, the IsValidTarget method is intended only to be used from within the .NET Framework infrastructure. É suficiente para um desenvolvedor aplicar o atributo de ObjectPoolingAttribute classe e definir outros membros em sua interface.It is sufficient for a developer to apply the ObjectPoolingAttribute class attribute and set other members in its interface.