C# Class Monobjc.Generators.DynamicAssemblyHelper

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode Description
Compare ( Type referenceType, Type testedType ) : void
GetAssemblyName ( Object obj, int number ) : String

Private Methods

Méthode Description
CompareAttributes ( String methodPrefix, Attribute referenceAttribute, Attribute testedAttribute ) : void
CompareParameters ( String methodPrefix, ParameterInfo referenceParameterInfos, ParameterInfo testedParameterInfos ) : void

Method Details

Compare() public static méthode

public static Compare ( Type referenceType, Type testedType ) : void
referenceType System.Type
testedType System.Type
Résultat void

GetAssemblyName() public static méthode

public static GetAssemblyName ( Object obj, int number ) : String
obj Object
number int
Résultat String