BAUrlDownload Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("BAURLDownload", true)]
public class BAUrlDownload : BackgroundAssets.BADownload
[<Foundation.Register("BAURLDownload", true)>]
type BAUrlDownload = class
inherit BADownload
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| BAUrlDownload(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| BAUrlDownload(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| BAUrlDownload(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| BAUrlDownload(String, NSUrlRequest, Boolean, UIntPtr, String, IntPtr) | |
| BAUrlDownload(String, NSUrlRequest, String, IntPtr) | |
| BAUrlDownload(String, NSUrlRequest, String) | |
| BAUrlDownload(String, NSUrlRequest, UIntPtr, String) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| DefaultPriority |
Represents the value associated with the constant 'BADownloaderPriorityDefault'. |
| Description | (Inherited from NSObject) |
| Error |
Obsolete.
(Inherited from BADownload)
|
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Identifier | (Inherited from BADownload) |
| IsDirectBinding | (Inherited from NSObject) |
| IsEssential | (Inherited from BADownload) |
| IsProxy | (Inherited from NSObject) |
| MaxPriority |
Represents the value associated with the constant 'BADownloaderPriorityMax'. |
| MinPriority |
Represents the value associated with the constant 'BADownloaderPriorityMin'. |
| Priority | (Inherited from BADownload) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| State | (Inherited from BADownload) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| UniqueIdentifier | (Inherited from BADownload) |
| Zone | (Inherited from NSObject) |