JuggerNET Runtime Library

PeerManager Properties

The properties of the PeerManager class are listed below. For a complete list of PeerManager class members, see the PeerManager Members topic.

Public Instance Properties

DefaultPeerMarshaller A property holding the name of a .NET type that implements the IPeerMarshaller interface and is used for marshalling and unmarshalling when no custom marshaller is specified. The default value is Codemesh.JuggerNET.ReflectionPeerValueMarshaller.
DefaultPeerType A property holding the name of the Java type that is used as a peer type when no peer type is specified. You should rarely rely on this property because typically your peer type will need to implement some specific interfaces to be useful on the Java side.

See Also

PeerManager Class | Codemesh.JuggerNET Namespace