InternalRemotingServices クラス

定義

.NET Framework リモート処理インフラストラクチャによって使用されるユーティリティ メソッドを定義します。

public ref class InternalRemotingServices
public class InternalRemotingServices
[System.Runtime.InteropServices.ComVisible(true)]
public class InternalRemotingServices
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class InternalRemotingServices
type InternalRemotingServices = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type InternalRemotingServices = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type InternalRemotingServices = class
Public Class InternalRemotingServices
継承
InternalRemotingServices
属性

注釈

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

コンストラクター

InternalRemotingServices()

InternalRemotingServices のインスタンスを作成します。

メソッド

DebugOutChnl(String)

リモート処理チャネルに関するメッセージを、アンマネージ デバッガーに送信します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetCachedSoapAttribute(Object)

指定したクラス メンバーまたは指定したメソッド パラメーターに対する SOAP 関連の適切な属性を取得します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
RemotingAssert(Boolean, String)

条件をチェックし、その条件が false の場合はメッセージを表示するように、内部デバッガーに指示します。

RemotingTrace(Object[])

リモート処理チャネルに関する任意の数のメッセージを、内部デバッガーに送信します。

SetServerIdentity(MethodCall, Object)

クライアントからサーバーへのメソッド呼び出しのたびに、リモート処理サーバー オブジェクトの内部識別情報を設定します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象