NullScope クラス

定義

注意事項

This type is retained only for compatibility.

ロジックのない空のスコープ。

public ref class NullScope : IDisposable
[System.Obsolete("This type is retained only for compatibility.", true)]
public class NullScope : IDisposable
[<System.Obsolete("This type is retained only for compatibility.", true)>]
type NullScope = class
    interface IDisposable
Public Class NullScope
Implements IDisposable
継承
NullScope
属性
実装

プロパティ

名前 説明
Instance
古い.

NullScopeの共有インスタンスを返します。

メソッド

名前 説明
Dispose()
古い.

アンマネージド リソースの解放、解放、またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象