InternalRemotingServices.GetCachedSoapAttribute(Object) Metod

Definition

Hämtar ett lämpligt SOAP-relaterat attribut för den angivna klassmedlemmen eller metodparametern.

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

Parametrar

reflectionObject
Object

En klassmedlem eller metodparameter.

Returer

SOAP-relaterat attribut för den angivna klassmedlemmen eller metodparametern.

Attribut

Kommentarer

Du behöver inte anropa static klassmetoderna InternalRemotingServices .

En "_LOGGING" förbearbetningssymbol tillämpas på metoden med hjälp av attributet ConditionalAttribute .

Klassen SoapAttribute är basklassen för olika SOAP-relaterade attributklasser i System.Runtime.Remoting.Metadata namnområdet.

Gäller för