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 基类。

适用于