RecycleLimitMonitor.RecycleLimitMonitorSingleton 類別
定義
封裝回收限制監視器單一值。Encapsulates a recycle limit monitor singleton.
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public: ref class RecycleLimitMonitor::RecycleLimitMonitorSingleton : MarshalByRefObject
public class RecycleLimitMonitor.RecycleLimitMonitorSingleton : MarshalByRefObject
type RecycleLimitMonitor.RecycleLimitMonitorSingleton = class
inherit MarshalByRefObject
Public Class RecycleLimitMonitor.RecycleLimitMonitorSingleton
Inherits MarshalByRefObject
- 繼承
方法
CreateObjRef(Type) |
建立包含所有相關資訊的物件,這些資訊是產生用來與遠端物件通訊的所需 Proxy。Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (繼承來源 MarshalByRefObject) |
Dispose() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 釋放回收限制監視器所使用的所有資源。Releases all resources used by the recycle limit monitor. |
EnsureCreated() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 建立回收限制監視器單一值 (如果尚未存在)。Creates a recycle limit monitor singleton if it doesn't already exist. |
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。Serves as the default hash function. (繼承來源 Object) |
GetLifetimeService() |
已過時。
擷取控制這個執行個體存留期 (Lifetime) 原則的目前存留期服務物件。Retrieves the current lifetime service object that controls the lifetime policy for this instance. (繼承來源 MarshalByRefObject) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
InitializeLifetimeService() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得存留期服務物件,以控制這個執行個體的存留期原則。Obtains a lifetime service object to control the lifetime policy for this instance. |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
MemberwiseClone(Boolean) |
建立目前 MarshalByRefObject 物件的淺層複本。Creates a shallow copy of the current MarshalByRefObject object. (繼承來源 MarshalByRefObject) |
RegisterProxyAndStart(RecycleLimitMonitor, String) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 註冊回收限制監視器 Proxy,並啟動計時器。Registers a recycle limit monitor proxy and starts a timer. |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |
UnregisterProxyAndStop(RecycleLimitMonitor) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 移除回收限制監視器 Proxy。Removes a recycle limit monitor proxy. |