次の方法で共有


DispatchSource.MemoryPressure コンストラクター

定義

オーバーロード

DispatchSource.MemoryPressure(IntPtr)
DispatchSource.MemoryPressure(MemoryPressureFlags, DispatchQueue)
DispatchSource.MemoryPressure(IntPtr, Boolean)

DispatchSource.MemoryPressure(IntPtr)

public MemoryPressure (IntPtr handle);
new CoreFoundation.DispatchSource.MemoryPressure : nativeint -> CoreFoundation.DispatchSource.MemoryPressure

パラメーター

handle
IntPtr

nativeint

適用対象

DispatchSource.MemoryPressure(MemoryPressureFlags, DispatchQueue)

public MemoryPressure (CoreFoundation.MemoryPressureFlags monitorFlags = CoreFoundation.MemoryPressureFlags.Normal | CoreFoundation.MemoryPressureFlags.Warn, CoreFoundation.DispatchQueue queue = null);
new CoreFoundation.DispatchSource.MemoryPressure : CoreFoundation.MemoryPressureFlags * CoreFoundation.DispatchQueue -> CoreFoundation.DispatchSource.MemoryPressure

パラメーター

monitorFlags
MemoryPressureFlags

監視するメモリ不足フラグ。   既定値は、メモリ不足の警告を監視し、通常に戻るだけです。

queue
DispatchQueue

このディスパッチ ソース オブジェクトのターゲット キュー。   既定のターゲット キュー (既定の優先度グローバル同時実行キュー) を使用するには、null を渡します。

注釈

適用対象

DispatchSource.MemoryPressure(IntPtr, Boolean)

public MemoryPressure (IntPtr handle, bool owns);
new CoreFoundation.DispatchSource.MemoryPressure : nativeint * bool -> CoreFoundation.DispatchSource.MemoryPressure

パラメーター

handle
IntPtr

nativeint

owns
Boolean

適用対象