JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Public Member Functions | Properties | List of all members
Codemesh.JuggerNET.JavaPeer Interface Reference

The base interface for the .NET version of Java peer types. More...

Inheritance diagram for Codemesh.JuggerNET.JavaPeer:
Inheritance graph
[legend]
Collaboration diagram for Codemesh.JuggerNET.JavaPeer:
Collaboration graph
[legend]

Public Member Functions

bool GetBoolField (string name)
 
void SetBoolField (string name, bool value)
 
byte GetByteField (string name)
 
void SetByteField (string name, byte value)
 
char GetCharField (string name)
 
void SetCharField (string name, char value)
 
double GetDoubleField (string name)
 
void SetDoubleField (string name, double value)
 
float GetFloatField (string name)
 
void SetFloatField (string name, float value)
 
int GetIntField (string name)
 
void SetIntField (string name, int value)
 
long GetLongField (string name)
 
void SetLongField (string name, long value)
 
short GetShortField (string name)
 
void SetShortField (string name, short value)
 
object GetObjectField (string name)
 
void SetObjectField (string name, object value)
 
string GetStringField (string name)
 
void SetStringField (string name, string value)
 
- Public Member Functions inherited from Codemesh.JuggerNET.JavaProxy
void Release ()
 Releases the connection between this proxy instance and the Java object without freeing the Java object. More...
 
bool IsInstanceOf (JavaClass clazz)
 Returns true if the instance is type compatible with the given Java type. More...
 
bool IsSame (JavaProxy proxy)
 Returns true if the proxy instance wraps around the same Java object as the other proxy instance. More...
 

Properties

string TypeName [get, set]
 
object this[string name] [get, set]
 
- Properties inherited from Codemesh.JuggerNET.JavaProxy
long JObject [get, set]
 A property representing the JNI object handle. More...
 
HandleRef Handle [get]
 A property representing the JNI object handle. More...
 
long JObjectDuplicate [get]
 A property representing a duplicated JNI object handle. More...
 

Detailed Description

The base interface for the .NET version of Java peer types.


The documentation for this interface was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.