public interface IJCOBridgeReflected
| Modifier and Type | Method and Description |
|---|---|
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
|
java.lang.String getJCOAssemblyName()
String representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
String representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
Object representing the CLR instance of the instantiated Classjava.lang.String getJCOObjectName()
String representing the name used to allocated the object
in CLR context