InternalRemotingServices.GetCachedSoapAttribute(Object) Méthode

Définition

Obtient un attribut soap approprié pour le paramètre de membre de classe ou de méthode spécifié.

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

Paramètres

reflectionObject
Object

Un membre de classe ou un paramètre de méthode.

Retours

Attribut associé à SOAP pour le paramètre de membre de classe ou de méthode spécifié.

Attributs

Remarques

Vous n’avez pas besoin d’appeler les static méthodes de la InternalRemotingServices classe.

Un "_LOGGING" symbole de prétraitement est appliqué à la méthode au moyen de l’attribut ConditionalAttribute .

La SoapAttribute classe est la classe de base pour différentes classes d’attributs liées à SOAP dans l’espace System.Runtime.Remoting.Metadata de noms.

S’applique à