namespace ImageCaptureCore
{
[Register("ICScannerDevice", true)]
public class ICScannerDevice : ICDevice
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("requestOpenSessionWithCredentials:password:")]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
public virtual void RequestOpenSession(stringnot null username, stringnot null password);
}
}
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
---|---|
Xamarin macOS | 0.0 |
OS Platforms | The selected framework does not have platform annotations. |