Method | Description | |
---|---|---|
DNReflectionComparer ( DNContext context ) : System | ||
FieldEquals ( dnlib.DotNet.FieldDef fd, |
||
MethodEquals ( MethodDef md, |
||
PropertyEquals ( dnlib.DotNet.PropertyDef pd, |
||
TypeEquals ( ITypeDefOrRef td, |
||
TypeEquals ( TypeDef td, |
||
TypeEquals ( dnlib.DotNet.TypeSig td, |
Method | Description | |
---|---|---|
AssemblyEquals ( AssemblyDef ad, |
||
MemberEquals ( IMemberDef md, |
public DNReflectionComparer ( DNContext context ) : System | ||
context | DNContext | |
return | System |
public FieldEquals ( dnlib.DotNet.FieldDef fd, |
||
fd | dnlib.DotNet.FieldDef | |
fi | ||
return | bool |
public MethodEquals ( MethodDef md, |
||
md | MethodDef | |
mi | ||
return | bool |
public PropertyEquals ( dnlib.DotNet.PropertyDef pd, |
||
pd | dnlib.DotNet.PropertyDef | |
pi | ||
return | bool |
public TypeEquals ( ITypeDefOrRef td, |
||
td | ITypeDefOrRef | |
t | ||
return | bool |
public TypeEquals ( TypeDef td, |
||
td | TypeDef | |
t | ||
return | bool |
public TypeEquals ( dnlib.DotNet.TypeSig td, |
||
td | dnlib.DotNet.TypeSig | |
t | ||
return | bool |