InternalRemotingServices.GetCachedSoapAttribute(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定类成员或方法参数与 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 基类。