Condividi tramite


InternalRemotingServices.GetCachedSoapAttribute(Object) Metodo

Definizione

Ottiene un attributo relativo al SOAP (Simple Object Access Protocol) per il membro della classe o il parametro del metodo specificati.

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

Parametri

reflectionObject
Object

Membro della classe o parametro del metodo.

Restituisce

L'attributo relativo a SOAP per il membro della classe o il parametro del metodo specificati.

Attributi

Commenti

Non è necessario chiamare i static metodi della InternalRemotingServices classe.

Un "_LOGGING" simbolo di pre-elaborazione viene applicato al metodo tramite l'attributo ConditionalAttribute .

La SoapAttribute classe è la classe di base per varie classi di attributi correlate a SOAP nello System.Runtime.Remoting.Metadata spazio dei nomi.

Si applica a