C# 클래스 Hiro.TypeReferenceExtensions

A class that extends the TypeDefinition class with features similar to the features in the System.Reflection.Emit namespace.
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
IsEquivalentTo ( this type, TypeReference otherType ) : bool

Tests if a TypeReference is equivalent to an other, no matter which ModuleDefinition defines them.

비공개 메소드들

메소드 설명
GetAssemblyFromScope ( IMetadataScope scope ) : Mono.Cecil.AssemblyNameReference

Returns the AssemblyNameReference associated with the IMetadataScope

메소드 상세

IsEquivalentTo() 공개 정적인 메소드

Tests if a TypeReference is equivalent to an other, no matter which ModuleDefinition defines them.
public static IsEquivalentTo ( this type, TypeReference otherType ) : bool
type this The first type
otherType Mono.Cecil.TypeReference The second type
리턴 bool