Method | Description | |
---|---|---|
MatchArrayDimensions ( |
Determines whether two array dimensions are considered equal according to their signature.
|
|
MatchAssemblies ( IAssemblyDescriptor info1, IAssemblyDescriptor info2 ) : bool |
Determines whether two assembly descriptors are considered equal according to their signature.
|
|
MatchFieldSignatures ( |
Determines whether two field signatures are considered equal according to their signatures.
|
|
MatchManyTypes ( IEnumerable |
Determines whether two enumerations of type signatures are considered equal according to their signatures.
|
|
MatchMemberSignatures ( |
Determines whether two member signatures are considered equal according to their signatures.
|
|
MatchMembers ( FieldDefinition field, MemberReference reference ) : bool |
Determines whether a field definition is considered equal to a member reference according to their signatures.
|
|
MatchMembers ( ICallableMemberReference reference1, ICallableMemberReference reference2 ) : bool |
Determines whether two callable member references are considered equal according to their signatures.
|
|
MatchMembers ( IMemberReference reference1, IMemberReference reference2 ) : bool |
Determines whether two callable member references are considered equal according to their signatures.
|
|
MatchMembers ( MemberReference reference1, MemberReference reference2 ) : bool |
Determines whether two member references are considered equal according to their signatures.
|
|
MatchMembers ( MethodDefinition method, MemberReference reference ) : bool |
Determines whether a method definition is considered equal to a member reference according to their signatures.
|
|
MatchMethodSignatures ( |
Determines whether two method signatures are considered equal according to their signatures.
|
|
MatchModules ( ModuleDefinition module1, ModuleDefinition module2 ) : bool |
Determines whether two module definitions are considered equal according to their signature.
|
|
MatchModules ( ModuleReference reference1, ModuleReference reference2 ) : bool |
Determines whether two module references are considered equal according to their signature.
|
|
MatchParents ( IMemberRefParent parent1, IMemberRefParent parent2 ) : bool |
Determines whether two member parents are considered equal according to their signature.
|
|
MatchPropertySignatures ( |
Determines whether two property signatures are considered equal according to their signatures.
|
|
MatchScopes ( IResolutionScope scope1, IResolutionScope scope2 ) : bool |
Determines whether two scope descriptors are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( ITypeDefOrRef type1, ITypeDefOrRef type2 ) : bool |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( ITypeDefOrRef reference1, ITypeDescriptor descriptor ) : bool |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( ITypeDescriptor type1, ITypeDescriptor type2 ) : bool |
Determines whether two type descriptors are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
|
MatchTypes ( |
Determines whether two types are considered equal according to their signature.
|
Method | Description | |
---|---|---|
ByteArrayMatches ( IEnumerable |
public MatchArrayDimensions ( |
||
dimension1 | The first dimension to compare. | |
dimension2 | The second dimension to compare. | |
return | bool |
public MatchAssemblies ( IAssemblyDescriptor info1, IAssemblyDescriptor info2 ) : bool | ||
info1 | IAssemblyDescriptor | The first assembly to compare. |
info2 | IAssemblyDescriptor | The second assembly to compare. |
return | bool |
public MatchFieldSignatures ( |
||
signature1 | The first signature to compare. | |
signature2 | The second signature to compare. | |
return | bool |
public MatchManyTypes ( IEnumerable |
||
types1 | IEnumerable |
The first type enumeration to compare. |
types2 | IEnumerable |
The second type enumeration to compare. |
return | bool |
public MatchMemberSignatures ( |
||
signature1 | The first signature to compare. | |
signature2 | The second signature to compare. | |
return | bool |
public MatchMembers ( FieldDefinition field, MemberReference reference ) : bool | ||
field | FieldDefinition | The field definition to compare. |
reference | MemberReference | The member reference to compare. |
return | bool |
public MatchMembers ( ICallableMemberReference reference1, ICallableMemberReference reference2 ) : bool | ||
reference1 | ICallableMemberReference | The first reference to compare. |
reference2 | ICallableMemberReference | The second reference to compare. |
return | bool |
public MatchMembers ( IMemberReference reference1, IMemberReference reference2 ) : bool | ||
reference1 | IMemberReference | The first reference to compare. |
reference2 | IMemberReference | The second reference to compare. |
return | bool |
public MatchMembers ( MemberReference reference1, MemberReference reference2 ) : bool | ||
reference1 | MemberReference | The first reference to compare. |
reference2 | MemberReference | The second reference to compare. |
return | bool |
public MatchMembers ( MethodDefinition method, MemberReference reference ) : bool | ||
method | MethodDefinition | The field definition to compare. |
reference | MemberReference | The member reference to compare. |
return | bool |
public MatchMethodSignatures ( |
||
signature1 | The first signature to compare. | |
signature2 | The second signature to compare. | |
return | bool |
public MatchModules ( ModuleDefinition module1, ModuleDefinition module2 ) : bool | ||
module1 | ModuleDefinition | The first module to compare. |
module2 | ModuleDefinition | The second module to compare. |
return | bool |
public MatchModules ( ModuleReference reference1, ModuleReference reference2 ) : bool | ||
reference1 | ModuleReference | The first module to compare. |
reference2 | ModuleReference | The second module to compare. |
return | bool |
public MatchParents ( IMemberRefParent parent1, IMemberRefParent parent2 ) : bool | ||
parent1 | IMemberRefParent | The first member parent to compare. |
parent2 | IMemberRefParent | The second member parent to compare. |
return | bool |
public MatchPropertySignatures ( |
||
signature1 | The first signature to compare. | |
signature2 | The second signature to compare. | |
return | bool |
public MatchScopes ( IResolutionScope scope1, IResolutionScope scope2 ) : bool | ||
scope1 | IResolutionScope | The first scope to compare. |
scope2 | IResolutionScope | The second scope to compare. |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( ITypeDefOrRef type1, ITypeDefOrRef type2 ) : bool | ||
type1 | ITypeDefOrRef | The first type to compare. |
type2 | ITypeDefOrRef | The second type to compare. |
return | bool |
public MatchTypes ( ITypeDefOrRef reference1, ITypeDescriptor descriptor ) : bool | ||
reference1 | ITypeDefOrRef | The first type to compare. |
descriptor | ITypeDescriptor | The second type to compare. |
return | bool |
public MatchTypes ( ITypeDescriptor type1, ITypeDescriptor type2 ) : bool | ||
type1 | ITypeDescriptor | The first type to compare. |
type2 | ITypeDescriptor | The second type to compare. |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
descriptor | ITypeDescriptor | The second type to compare. |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
descriptor | ITypeDescriptor | The second type to compare. |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
descriptor | ITypeDescriptor | The second type to compare. |
return | bool |
public MatchTypes ( |
||
signature1 | The first type to compare. | |
signature2 | The second type to compare. | |
return | bool |