xamarinios
namespace Metal
{
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "MTLCaptureScope", WrapperType = typeof(MTLCaptureScopeWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "BeginScope", Selector = "beginScope")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "EndScope", Selector = "endScope")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "device", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Device", PropertyType = typeof(IMTLDevice), Selector = "device")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "commandQueue", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CommandQueue", PropertyType = typeof(IMTLCommandQueue), Selector = "commandQueue")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "label", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Label", PropertyType = typeof(string), Selector = "label", SetterSelector = "setLabel:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IMTLCaptureScope : INativeObject, IDisposable
{
[Preserve(Conditional = true)]
IMTLDevice! Device
{
[Export("device")]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |