InternalRemotingServices.GetCachedSoapAttribute(Object) 方法

定义

获取指定类成员或方法参数与 SOAP 有关的相应特性。

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

参数

reflectionObject
Object

类成员或方法参数。

返回

指定的类成员或方法参数的与 SOAP 相关的属性。

属性

注解

无需调用 static 类的方法 InternalRemotingServices

"_LOGGING"预处理符号通过 ConditionalAttribute 特性应用于 方法。

SoapAttribute 是 命名空间中各种 SOAP 相关属性类的 System.Runtime.Remoting.Metadata 基类。

适用于