C# Class Monobjc.Generators.DynamicAssemblyHelper

ファイルを表示 Open project: Monobjc/monobjc

Public Methods

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

Private Methods

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

Method Details

Compare() public static method

public static Compare ( Type referenceType, Type testedType ) : void
referenceType System.Type
testedType System.Type
return void

GetAssemblyName() public static method

public static GetAssemblyName ( Object obj, int number ) : String
obj Object
number int
return String