public final class JCAssembly extends JCHandler
JCAssembly
class represents a reflected CLR Assembly. It
implements methods and accessor to interact with a CLR Assembly.
To instantiate a valid JCAssembly
use a valid instance of
JCOBridge
with JCOBridge.AddReference(java.lang.String)
Modifier and Type | Method and Description |
---|---|
JCType |
GetType(String typeName)
Returns
JCType of the type represented from the parameter. |
int |
hashCode()
This method is used to get the CLR hashCode.
|
String |
toString()
This method is used to get the equivalent CLR ToString.
|
getReference
public int hashCode()
public String toString()
toString
in class Object
JCAssembly
public JCType GetType(String typeName) throws JCNativeException
JCType
of the type represented from the parameter.typeName
- The type name to be retrieved from the CLR AssemblyJCType
representing the type requestedJCNativeException
- In case of error in the CLR context