JaCIL Framework API

ICompilerReferences.IsInterface Method

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.

Overload List

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);

See Also

ICompilerReferences Interface | JaCIL.Compiler Namespace