DisposableObjectデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
CloneSerializableObject | オブジェクトのディープコピークローンを作成および返します。 | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. System.MarshalByRefObjectから継承されます。 | |
Dispose | オブジェクトを破棄するために呼び出します。 | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 | |
GetPublicKeyToken | オーバーロードされます。 特定タイプのアセンブリのパブリックキートークンを返します。 | |
HasSamePublicKey | オーバーロードされます。 テストオブジェクトが、このアセンブリと同じパブリックキーで署名されたアセンブリからのものかどうかをチェックします。 | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 | |
VerifyNotDisposed | オブジェクトが破棄されている場合は、ObjectDisposedException例外を スローします。 |
名前 | 解説 | |
---|---|---|
MemberwiseClone | オーバーロードされます。 Creates a shallow copy of the current System.MarshalByRefObject object. System.MarshalByRefObjectから継承されます。 | |
OnDispose | アクティブオブジェクトが破棄されるときに呼び出し、オブジェクトが いつ破棄されたかを派生クラスに通知します。 |