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
属性

注釈

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

コンストラクター

名前 説明
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)

適用対象