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
- 屬性
備註
您不需要呼叫 static 類別的方法 InternalRemotingServices 。
建構函式
| InternalRemotingServices() |
建立 InternalRemotingServices 的執行個體。 |
方法
| DebugOutChnl(String) |
將遠端通道相關訊息傳送至 Unmanaged 偵錯工具。 |
| Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetCachedSoapAttribute(Object) |
針對指定的類別成員或方法參數,取得適當的 SOAP 相關屬性 (Attribute)。 |
| GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
| GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
| RemotingAssert(Boolean, String) |
指示內部偵錯工具檢查條件,並於條件為 |
| RemotingTrace(Object[]) |
將任何數目的遠端通道相關訊息傳送給內部偵錯工具。 |
| SetServerIdentity(MethodCall, Object) |
針對由用戶端至伺服器的每個方法呼叫,設定遠端伺服器物件的內部識別資訊。 |
| ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |