HostProtectionAttribute.MayLeakOnAbort 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,表示終止作業時,資源是否可能遺漏記憶體。
public:
property bool MayLeakOnAbort { bool get(); void set(bool value); };
public bool MayLeakOnAbort { get; set; }
member this.MayLeakOnAbort : bool with get, set
Public Property MayLeakOnAbort As Boolean
屬性值
如果終止時資源可能遺漏記憶體,則為 true
,否則為 false
。
備註
程序代碼可能會在終止時造成資源外洩,如果未受到安全句柄的保護,或確保資源釋放的一些其他方法。