xamarinmac
namespace ImageCaptureCore
{
[Register("ICCameraDevice", true)]
public class ICCameraDevice : ICDevice
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("requestDownloadFile:options:downloadDelegate:didDownloadSelector:contextInfo:")]
public virtual void RequestDownloadFile(ICCameraFile! file, NSDictionary<NSString!, NSObject!>? options, IICCameraDeviceDownloadDelegate! downloadDelegate, Selector! didDownloadSelector, IntPtr contextInfo);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |