JuggerNET Runtime Library v3.6.54.0
3.6.54.0
|
<exclude> More...
Public Member Functions | |
JavaProxy | Marshal (object dotNetInstance) |
Marshals a .NET instance into a Java object. More... | |
JavaProxy | Marshal (object dotNetInstance, JavaProxy javaInstance) |
Marshals a .NET instance into a Java object. The Java object may be passed as an optional argument (default is null) More... | |
JavaProxy | Marshal (object dotNetInstance, JavaProxy javaInstance, PeerMarshalContext ctx) |
Marshals a .NET instance into a Java object. The Java object may be passed as an optional argument (default is null) More... | |
object | Unmarshal (JavaProxy javaInstance) |
Unmarshals a Java instance into a .NET object. More... | |
object | Unmarshal (JavaProxy javaInstance, object dotNetInstance) |
Unmarshals a Java instance into a .NET object. The .NET object may be passed as an optional argument (default is null). More... | |
<exclude>
|
inline |
Marshals a .NET instance into a Java object.
dotNetInstance | the .NET instance to marshal |
Implements Codemesh.JuggerNET.IPeerMarshaller.
Referenced by Codemesh.JuggerNET.CollectionMarshaller.Marshal().
|
inline |
Marshals a .NET instance into a Java object.
The Java object may be passed as an optional argument (default is null)
dotNetInstance | the .NET instance to marshal |
javaInstance | an optional Java instance to marshal into. |
Implements Codemesh.JuggerNET.IPeerMarshaller.
References Codemesh.JuggerNET.CollectionMarshaller.Marshal().
|
inline |
Marshals a .NET instance into a Java object.
The Java object may be passed as an optional argument (default is null)
dotNetInstance | the .NET instance to marshal |
javaInstance | an optional Java instance to marshal into. |
ctx | the marshalling context. |
Implements Codemesh.JuggerNET.IPeerMarshaller.
|
inline |
Unmarshals a Java instance into a .NET object.
javaInstance | the Java instance to unmarshal. |
Implements Codemesh.JuggerNET.IPeerMarshaller.
|
inline |
Unmarshals a Java instance into a .NET object. The .NET object may be passed as an optional argument (default is null).
javaInstance | the Java instance to unmarshal. |
dotNetInstance | an optional .NET instance to unmarshal into. |
Implements Codemesh.JuggerNET.IPeerMarshaller.