MTLDevice_Extensions.CreateLibrary Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CreateLibrary(IMTLDevice, NSUrl, NSError) |
Crée et retourne une bibliothèque à partir des fonctions à l’URL spécifiée. |
CreateLibrary(IMTLDevice, NSBundle, NSError) |
Crée et retourne une bibliothèque à partir des fonctions du bundle spécifié. |
CreateLibrary(IMTLDevice, NSUrl, NSError)
Crée et retourne une bibliothèque à partir des fonctions à l’URL spécifiée.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Metal.IMTLLibrary CreateLibrary (this Metal.IMTLDevice This, Foundation.NSUrl url, out Foundation.NSError error);
static member CreateLibrary : Metal.IMTLDevice * Foundation.NSUrl * -> Metal.IMTLLibrary
Paramètres
- This
- IMTLDevice
Instance sur laquelle cette méthode fonctionne.
- url
- NSUrl
- error
- NSError
Retours
- Attributs
S’applique à
CreateLibrary(IMTLDevice, NSBundle, NSError)
Crée et retourne une bibliothèque à partir des fonctions du bundle spécifié.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Metal.IMTLLibrary CreateLibrary (this Metal.IMTLDevice This, Foundation.NSBundle bundle, out Foundation.NSError error);
static member CreateLibrary : Metal.IMTLDevice * Foundation.NSBundle * -> Metal.IMTLLibrary
Paramètres
- This
- IMTLDevice
Instance sur laquelle cette méthode fonctionne.
- bundle
- NSBundle
- error
- NSError
Retours
- Attributs