IMDLComponent 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示所需方法的接口 ((如果协议 IMDLComponent有任何) )。
[Foundation.Protocol(Name="MDLComponent", WrapperType=typeof(ModelIO.MDLComponentWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface IMDLComponent : IDisposable, ObjCRuntime.INativeObject
type IMDLComponent = interface
interface INativeObject
interface IDisposable
- 派生
- 属性
- 实现
注解
此接口包含所需的方法 ((如果任何) 由 IMDLComponent定义的协议)。
如果创建实现此接口的对象,则实现方法将自动导出到 Objective-C,其中包含协议中定义的方法的 IMDLComponent 匹配签名。
如果任何) 由 类作为接口的扩展方法提供,则可选方法 (,这样就可以调用协议上的任何可选方法。
属性
Handle |
处理指向非托管对象表示形式的 (指针) 。 (继承自 INativeObject) |