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.
public 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.
public bool IsInterface(string,string);
CompilerReferences Class | JaCIL.Compiler Namespace