Java.IO.ObjectInputStream.ResolveProxyClass Method
Creates the proxy class that implements the interfaces specified in interfaceNames.

Syntax

[Android.Runtime.Register("resolveProxyClass", "([Ljava/lang/String;)Ljava/lang/Class;", "GetResolveProxyClass_arrayLjava_lang_String_Handler")]
protected virtual Java.Lang.Class ResolveProxyClass (string[] interfaceNames)

Parameters

interfaceNames
the interfaces used to create the proxy class.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassNotFoundExceptionif the proxy class or any of the specified interfaces cannot be created.
Java.IO.IOExceptionif an error occurs while reading from the source stream.

Remarks

Creates the proxy class that implements the interfaces specified in interfaceNames.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1