JaCIL Framework API

CompilerReferences.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.

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

See Also

CompilerReferences Class | JaCIL.Compiler Namespace