Table of Contents

Class IBinder

Namespace
Android.Os
Assembly
MASES.Netdroid.dll
public class IBinder : JVMBridgeBase<IBinder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IIBinder
Inheritance
JVMBridgeBase
JVMBridgeBase<IBinder>
IBinder
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<IBinder>.IsAssignableFrom(IJavaType)
JVMBridgeBase<IBinder>.IsAssignableFrom<T>()
JVMBridgeBase<IBinder>.Execute<T>(params T[])
JVMBridgeBase<IBinder>.DynBridgeClazz
JVMBridgeBase<IBinder>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.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

public override string BridgeClassName { get; }

Property Value

string

DUMP_TRANSACTION

public static int DUMP_TRANSACTION { get; }

Property Value

int

FIRST_CALL_TRANSACTION

public static int FIRST_CALL_TRANSACTION { get; }

Property Value

int

FLAG_ONEWAY

public static int FLAG_ONEWAY { get; }

Property Value

int

INTERFACE_TRANSACTION

public static int INTERFACE_TRANSACTION { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LAST_CALL_TRANSACTION

public static int LAST_CALL_TRANSACTION { get; }

Property Value

int

LIKE_TRANSACTION

public static int LIKE_TRANSACTION { get; }

Property Value

int

PING_TRANSACTION

public static int PING_TRANSACTION { get; }

Property Value

int

TWEET_TRANSACTION

public static int TWEET_TRANSACTION { get; }

Property Value

int

Methods

Dump(FileDescriptor, String[])

public void Dump(FileDescriptor arg0, String[] arg1)

Parameters

arg0 FileDescriptor

FileDescriptor

arg1 String[]

String

Exceptions

RemoteException

DumpAsync(FileDescriptor, String[])

public void DumpAsync(FileDescriptor arg0, String[] arg1)

Parameters

arg0 FileDescriptor

FileDescriptor

arg1 String[]

String

Exceptions

RemoteException

GetInterfaceDescriptor()

public String GetInterfaceDescriptor()

Returns

String

String

Exceptions

RemoteException

GetSuggestedMaxIpcSizeBytes()

public static int GetSuggestedMaxIpcSizeBytes()

Returns

int

int

IsBinderAlive()

public bool IsBinderAlive()

Returns

bool

bool

LinkToDeath(DeathRecipient, int)

public void LinkToDeath(IBinder.DeathRecipient arg0, int arg1)

Parameters

arg0 IBinder.DeathRecipient

IBinder.DeathRecipient

arg1 int

int

Exceptions

RemoteException

PingBinder()

public bool PingBinder()

Returns

bool

bool

QueryLocalInterface(String)

public IInterface QueryLocalInterface(String arg0)

Parameters

arg0 String

String

Returns

IInterface

IInterface

Transact(int, Parcel, Parcel, int)

public bool Transact(int arg0, Parcel arg1, Parcel arg2, int arg3)

Parameters

arg0 int

int

arg1 Parcel

Parcel

arg2 Parcel

Parcel

arg3 int

int

Returns

bool

bool

Exceptions

RemoteException

UnlinkToDeath(DeathRecipient, int)

public bool UnlinkToDeath(IBinder.DeathRecipient arg0, int arg1)

Parameters

arg0 IBinder.DeathRecipient

IBinder.DeathRecipient

arg1 int

int

Returns

bool

bool