次の方法で共有


IMDLComponent インターフェイス

定義

プロトコル 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 エクスポートされます。

オプションのメソッド (存在する場合) は、インターフェイスの拡張メソッドとして T:ModelIO.MDLComponent_Extensions クラスによって提供され、プロトコルで任意のメソッドを呼び出すことができます。

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

適用対象