InternalRemotingServices.GetCachedSoapAttribute(Object) Método

Definición

Obtiene un atributo adecuado relacionado con SOAP para el miembro de clase o el parámetro de método 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

Un miembro de clase o un parámetro de método.

Devoluciones

Atributo relacionado con SOAP para el parámetro de método o miembro de clase especificado.

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 relacionados con SOAP en el System.Runtime.Remoting.Metadata espacio de nombres.

Se aplica a