C# Класс Hiro.TypeReferenceExtensions

A class that extends the TypeDefinition class with features similar to the features in the System.Reflection.Emit namespace.
Показать файл Открыть проект

Открытые методы

Метод Описание
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