次の方法で共有


Runtime.UseAutoreleasePoolInThreadPool プロパティ

定義

Mono ランタイムがスレッド プール上のすべての作業項目に対して NSAutoreleasePool を自動的に作成するかどうかを示す 値です。

public static bool UseAutoreleasePoolInThreadPool { get; set; }
member this.UseAutoreleasePoolInThreadPool : bool with get, set

プロパティ値

注釈

これは既定で有効になっていますが、NSAutoreleasePool を作成すると作業項目ごとにオーバーヘッドが増加するため、このオーバーヘッドが許容できないアプリでは無効にすることができます。

適用対象