Compartir a través de


InternalRemotingServices.GetCachedSoapAttribute(Object) Método

Definición

Obtiene un atributo relacionado con SOAP adecuado para el parámetro del método o el miembro de la clase especificados.

public:
 static System::Runtime::Remoting::Metadata::SoapAttribute ^ GetCachedSoapAttribute(System::Object ^ reflectionObject);
public static System.Runtime.Remoting.Metadata.SoapAttribute GetCachedSoapAttribute (object reflectionObject);
[System.Security.SecurityCritical]
public static System.Runtime.Remoting.Metadata.SoapAttribute GetCachedSoapAttribute (object reflectionObject);
static member GetCachedSoapAttribute : obj -> System.Runtime.Remoting.Metadata.SoapAttribute
[<System.Security.SecurityCritical>]
static member GetCachedSoapAttribute : obj -> System.Runtime.Remoting.Metadata.SoapAttribute
Public Shared Function GetCachedSoapAttribute (reflectionObject As Object) As SoapAttribute

Parámetros

reflectionObject
Object

Miembro de la clase o parámetro del método.

Devoluciones

El atributo relacionado con SOAP adecuado para el parámetro del método o el miembro de la clase especificados.

Atributos

Comentarios

No es necesario llamar a los static métodos de la InternalRemotingServices clase .

Un "_LOGGING" símbolo de preprocesamiento se aplica al método mediante el ConditionalAttribute atributo .

La SoapAttribute clase es la clase base para varias clases de atributos relacionadas con SOAP en el System.Runtime.Remoting.Metadata espacio de nombres .

Se aplica a