public class NetObjectEnumerable extends NetObject implements IEnumerable
IEnumerable| 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 |
|---|
NetObjectEnumerable() |
NetObjectEnumerable(java.lang.Object instance) |
| Modifier and Type | Method and Description |
|---|---|
static NetObjectEnumerable |
cast(IJCOBridgeReflected from) |
IEnumerator |
GetEnumerator() |
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.util.Iterator<NetObject> |
iterator() |
void |
setJCOInstance(JCObject instance) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringToIEnumerablepublic 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 NetObjectEnumerable()
public NetObjectEnumerable(java.lang.Object instance)
public static NetObjectEnumerable cast(IJCOBridgeReflected from) throws java.lang.Throwable
java.lang.Throwablepublic IEnumerator GetEnumerator() throws java.lang.Throwable
GetEnumerator in interface IEnumerablejava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.util.Iterator<NetObject> iterator()
iterator in interface java.lang.Iterable<NetObject>public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject