Class Blob
[Register("io/scanbot/sdk/entity/Blob", DoNotGenerateAcw = true)]
public sealed class Blob : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
Blob
- Implements
- Inherited Members
Constructors
Blob(string, string)
[Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public Blob(string localPath, string remotePath)
Parameters
Properties
A
[Register("a")]
public string A { get; set; }
Property Value
B
[Register("b")]
public string B { get; set; }
Property Value
LocalPath
public string LocalPath { get; }
Property Value
RemotePath
public string RemotePath { get; }