言語

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 クラスは、System.Runtime.Remoting.Metadata名前空間のさまざまな SOAP 関連の属性クラスの基本クラスです。

適用対象