Interface ITypeInfo
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/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)