public class NetObject extends java.lang.Object implements IJCOBridgeReflected
IJCOBridgeReflected| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName |
static java.lang.String |
assemblyShortName |
static java.lang.String |
className |
static JCType |
classType |
static NetObject |
Null |
| Constructor and Description |
|---|
NetObject() |
NetObject(java.lang.Object instance) |
| Modifier and Type | Method and Description |
|---|---|
static NetObject |
cast(IJCOBridgeReflected from) |
boolean |
Equals(IJCOBridgeReflected other) |
static boolean |
Equals(IJCOBridgeReflected first,
IJCOBridgeReflected other) |
int |
GetHashCode() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
NetType |
GetType() |
int |
hashCode() |
void |
setJCOInstance(JCObject instance) |
java.lang.String |
toString() |
java.lang.String |
ToString() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public static JCType classType
public static final NetObject Null
public NetObject()
public NetObject(java.lang.Object instance)
public static NetObject cast(IJCOBridgeReflected from) throws java.lang.Throwable
java.lang.Throwablepublic boolean Equals(IJCOBridgeReflected other)
public static boolean Equals(IJCOBridgeReflected first, IJCOBridgeReflected other)
public int GetHashCode()
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedJCType representing the CLR Type of the instantiated Classpublic NetType GetType() throws java.lang.Throwable
java.lang.Throwablepublic int hashCode()
hashCode in class java.lang.Objectpublic void setJCOInstance(JCObject instance)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String ToString()