MTLSharedTextureHandle Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Foundation.Register("MTLSharedTextureHandle", true)]
public class MTLSharedTextureHandle : Foundation.NSObject, Foundation.INSSecureCoding, IDisposable
[Foundation.Register("MTLSharedTextureHandle", true)]
[ObjCRuntime.UnsupportedSimulator("ios")]
public class MTLSharedTextureHandle : Foundation.NSObject, Foundation.INSSecureCoding, IDisposable
[Foundation.Register("MTLSharedTextureHandle", true)]
[ObjCRuntime.UnsupportedSimulator("tvos")]
public class MTLSharedTextureHandle : Foundation.NSObject, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("MTLSharedTextureHandle", true)>]
type MTLSharedTextureHandle = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSSecureCoding
[<Foundation.Register("MTLSharedTextureHandle", true)>]
[<ObjCRuntime.UnsupportedSimulator("ios")>]
type MTLSharedTextureHandle = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSSecureCoding
[<Foundation.Register("MTLSharedTextureHandle", true)>]
[<ObjCRuntime.UnsupportedSimulator("tvos")>]
type MTLSharedTextureHandle = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSSecureCoding
- Ereditarietà
- Attributi
- Implementazioni
Costruttori
| Nome | Descrizione |
|---|---|
| MTLSharedTextureHandle(NativeHandle) |
Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti non gestiti. Chiamato dal runtime. |
| MTLSharedTextureHandle(NSCoder) |
Costruttore che inizializza l'oggetto dai dati archiviati nell'oggetto unarchiver. |
| MTLSharedTextureHandle(NSObjectFlag) |
Costruttore da chiamare sulle classi derivate per ignorare l'inizializzazione e semplicemente allocare l'oggetto. |
Proprietà
| Nome | Descrizione |
|---|---|
| AccessibilityAttributedUserInputLabels | (Ereditato da NSObject) |
| AccessibilityRespondsToUserInteraction | (Ereditato da NSObject) |
| AccessibilityTextualContext | (Ereditato da NSObject) |
| AccessibilityUserInputLabels | (Ereditato da NSObject) |
| Class | (Ereditato da NSObject) |
| ClassHandle |
Handle della classe Objective-C per questa classe. |
| DebugDescription | (Ereditato da NSObject) |
| Description | (Ereditato da NSObject) |
| Device | |
| ExposedBindings | (Ereditato da NSObject) |
| Handle |
Handle (puntatore) alla rappresentazione dell'oggetto non gestito. (Ereditato da NSObject) |
| IsDirectBinding |
Ottiene o imposta un valore che indica se questa istanza utilizza l'associazione diretta Objective-C. (Ereditato da NSObject) |
| IsProxy | (Ereditato da NSObject) |
| Label | |
| RetainCount | (Ereditato da NSObject) |
| Self | (Ereditato da NSObject) |
| Superclass | (Ereditato da NSObject) |
| SuperHandle |
Handle utilizzato per rappresentare i metodi nella classe di base per questo NSObjectoggetto . (Ereditato da NSObject) |
| Zone | (Ereditato da NSObject) |