HostProtectionAttribute.MayLeakOnAbort 屬性

定義

取得或設定值,表示終止作業時,資源是否可能遺漏記憶體。

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

屬性值

Boolean

如果終止時資源可能遺漏記憶體,則為 true,否則為 false

備註

程式碼可能會在終止時造成資源外泄,如果未受到安全控制碼保護,或有一些其他方法來確保資源釋放。

適用於

另請參閱