Method Is
Is(MemberInfo?, MemberReference?)
Check if the signatures of a given System.Reflection and Mono.Cecil member reference match.
public static bool Is(this MemberInfo? minfo, MemberReference? mref)
Parameters
minfoMemberInfo- The System.Reflection member reference.
mrefMemberReference- The Mono.Cecil member reference.
Returns
- bool
- True if both references share the same signature, false otherwise.
Is(MemberReference?, MemberInfo?)
Check if the signatures of a given System.Reflection and Mono.Cecil member reference match.
public static bool Is(this MemberReference? mref, MemberInfo? minfo)
Parameters
mrefMemberReference- The Mono.Cecil member reference.
minfoMemberInfo- The System.Reflection member reference.
Returns
- bool
- True if both references share the same signature, false otherwise.
Is(MemberReference, string)
public static bool Is(this MemberReference member, string fullName)
Parameters
memberMemberReferencefullNamestring
Returns
Is(MemberReference, string, string)
public static bool Is(this MemberReference member, string typeFullName, string name)
Parameters
memberMemberReferencetypeFullNamestringnamestring
Returns
Is(MemberReference, Type, string)
public static bool Is(this MemberReference member, Type type, string name)
Parameters
memberMemberReferencetypeTypenamestring
Returns
Is(MethodReference, string)
public static bool Is(this MethodReference method, string fullName)
Parameters
methodMethodReferencefullNamestring
Returns
Is(MethodReference, string, string)
public static bool Is(this MethodReference method, string typeFullName, string name)
Parameters
methodMethodReferencetypeFullNamestringnamestring
Returns
Is(MethodReference, Type, string)
public static bool Is(this MethodReference method, Type type, string name)
Parameters
methodMethodReferencetypeTypenamestring