OVERONE.DotNetJ
Class JavaTypeInfo

Should not be used.

Constructor Summary
JavaTypeInfo(string fullname)
JavaTypeInfo()
        Initializes a new instance of the JavaTypeInfo class.

Property Summary
string TypeName

Method Summary
bool CanCastTo(System.Type fromType, object o)

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

JavaTypeInfo

public JavaTypeInfo(string fullname)


JavaTypeInfo

public JavaTypeInfo()

Initializes a new instance of the JavaTypeInfo class.

Property Detail

TypeName

public string TypeName

Method Detail

CanCastTo

public bool CanCastTo(System.Type fromType,
                      object o)