INSDiscardableContent 接口

定义

类的接口,该类可以在不使用时通过放弃某些子组件来节省内存。

[Foundation.Protocol(Name="NSDiscardableContent", WrapperType=typeof(Foundation.NSDiscardableContentWrapper))]
public interface INSDiscardableContent : IDisposable, ObjCRuntime.INativeObject
type INSDiscardableContent = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
IsContentDiscarded

获取一个布尔值,该值指示内容是否已放弃。

方法

BeginContentAccess()

请求访问内容,如果内容可用且已成功访问,则返回 true 。 (否则,返回 false.)

DiscardContentIfPossible()

如果内容未被访问,则放弃该内容。

EndContentAccess()

指示不再需要访问内容。

适用于