InternalRemotingServices.GetCachedSoapAttribute(Object) Methode

Definitie

Hiermee haalt u een geschikt SOAP-gerelateerd kenmerk op voor de opgegeven klasselid of methodeparameter.

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

Parameters

reflectionObject
Object

Een klasselid of methodeparameter.

Retouren

Het kenmerk SOAP voor het opgegeven klasselid of de methodeparameter.

Kenmerken

Opmerkingen

U hoeft de static methoden van de InternalRemotingServices klasse niet aan te roepen.

Er wordt een "_LOGGING" voorverwerkingssymbool toegepast op de methode door middel van het ConditionalAttribute kenmerk.

De SoapAttribute klasse is de basisklasse voor verschillende SOAP-gerelateerde kenmerkklassen in de System.Runtime.Remoting.Metadata naamruimte.

Van toepassing op