Class IBinder
public class IBinder : JVMBridgeBase<IBinder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IIBinder
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<IBinder>IBinder
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<IBinder>.IsAssignableFrom(IJavaType)JVMBridgeBase<IBinder>.IsAssignableFrom<T>()JVMBridgeBase<IBinder>.Execute<T>(params T[])JVMBridgeBase<IBinder>.DynBridgeClazzJVMBridgeBase<IBinder>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
IBinder()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("IBinder class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public IBinder()
IBinder(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("IBinder class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public IBinder(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
DUMP_TRANSACTION
public static int DUMP_TRANSACTION { get; }
Property Value
FIRST_CALL_TRANSACTION
public static int FIRST_CALL_TRANSACTION { get; }
Property Value
FLAG_ONEWAY
public static int FLAG_ONEWAY { get; }
Property Value
INTERFACE_TRANSACTION
public static int INTERFACE_TRANSACTION { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
LAST_CALL_TRANSACTION
public static int LAST_CALL_TRANSACTION { get; }
Property Value
LIKE_TRANSACTION
public static int LIKE_TRANSACTION { get; }
Property Value
PING_TRANSACTION
public static int PING_TRANSACTION { get; }
Property Value
TWEET_TRANSACTION
public static int TWEET_TRANSACTION { get; }
Property Value
Methods
Dump(FileDescriptor, String[])
public void Dump(FileDescriptor arg0, String[] arg1)
Parameters
arg0
FileDescriptorarg1
String[]
Exceptions
DumpAsync(FileDescriptor, String[])
public void DumpAsync(FileDescriptor arg0, String[] arg1)
Parameters
arg0
FileDescriptorarg1
String[]
Exceptions
GetInterfaceDescriptor()
public String GetInterfaceDescriptor()
Returns
Exceptions
GetSuggestedMaxIpcSizeBytes()
public static int GetSuggestedMaxIpcSizeBytes()
Returns
IsBinderAlive()
public bool IsBinderAlive()
Returns
LinkToDeath(DeathRecipient, int)
public void LinkToDeath(IBinder.DeathRecipient arg0, int arg1)
Parameters
arg0
IBinder.DeathRecipientarg1
int
Exceptions
PingBinder()
public bool PingBinder()
Returns
QueryLocalInterface(String)
public IInterface QueryLocalInterface(String arg0)
Parameters
Returns
Transact(int, Parcel, Parcel, int)
public bool Transact(int arg0, Parcel arg1, Parcel arg2, int arg3)
Parameters
Returns
Exceptions
UnlinkToDeath(DeathRecipient, int)
public bool UnlinkToDeath(IBinder.DeathRecipient arg0, int arg1)
Parameters
arg0
IBinder.DeathRecipientarg1
int