InternalRemotingServices.GetCachedSoapAttribute(Object) Metodo

Definizione

Ottiene un attributo correlato a SOAP appropriato per il parametro del metodo o del membro della classe specificato.

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

Un membro della classe o un parametro del metodo.

Valori restituiti

Attributo correlato a SOAP per il parametro del metodo o del membro della classe specificato.

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 base per varie classi di attributi correlate a SOAP nello spazio dei System.Runtime.Remoting.Metadata nomi .

Si applica a