次の方法で共有


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 関連の属性。

属性

注釈

クラスのInternalRemotingServicesメソッドをstatic呼び出す必要はありません。

"_LOGGING"前処理シンボルは、 属性を使用して メソッドにConditionalAttribute適用されます。

クラスは SoapAttribute 、名前空間内のさまざまな SOAP 関連の属性クラスの System.Runtime.Remoting.Metadata 基本クラスです。

適用対象