Returns whether a Cecil type reference is an interface by searching internally based on the name of the type and the assembly of the type.
Returns whether a Cecil type reference is an interface by searching internally based on the name of the type and the assembly of the type.
bool IsInterface(TypeReference);
Returns whether a given type from a given assembly is an interface by searching internally based on the name of the type and the assembly of the type.
bool IsInterface(string,string);
ICompilerReferences Interface | JaCIL.Compiler Namespace