InternalRemotingServices クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
.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) |
条件をチェックし、その条件が |
RemotingTrace(Object[]) |
リモート処理チャネルに関する任意の数のメッセージを、内部デバッガーに送信します。 |
SetServerIdentity(MethodCall, Object) |
クライアントからサーバーへのメソッド呼び出しのたびに、リモート処理サーバー オブジェクトの内部識別情報を設定します。 |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET