IMDLNamed Interface

Definition

Interface whose implementers define a Name property.

[Foundation.Protocol(Name="MDLNamed", WrapperType=typeof(ModelIO.MDLNamedWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface IMDLNamed : IDisposable, ObjCRuntime.INativeObject
type IMDLNamed = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Name

Gets or sets the descriptive name of the named object.

Applies to