InternalRemotingServices.GetCachedSoapAttribute 方法

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

**命名空间:**System.Runtime.Remoting
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
Public Shared Function GetCachedSoapAttribute ( _
    reflectionObject As Object _
) As SoapAttribute
用法
Dim reflectionObject As Object
Dim returnValue As SoapAttribute

returnValue = InternalRemotingServices.GetCachedSoapAttribute(reflectionObject)
public static SoapAttribute GetCachedSoapAttribute (
    Object reflectionObject
)
public:
static SoapAttribute^ GetCachedSoapAttribute (
    Object^ reflectionObject
)
public static SoapAttribute GetCachedSoapAttribute (
    Object reflectionObject
)
public static function GetCachedSoapAttribute (
    reflectionObject : Object
) : SoapAttribute

参数

  • reflectionObject
    类成员或方法参数。

备注

不必调用 InternalRemotingServices 类的 static 方法。

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

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

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

InternalRemotingServices 类
InternalRemotingServices 成员
System.Runtime.Remoting 命名空间