Interface ITypeInfo
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/TypeInfo.html
public interface ITypeInfo
Properties
TypeName
String TypeName { get; }
Property Value
TypeNamespace
String TypeNamespace { get; }
Property Value
Methods
IsDerivedFrom(String, String, int)
bool IsDerivedFrom(String arg0, String arg1, int arg2)