C# Class Exrin.Common.AssemblyHelper

Exibir arquivo Open project: exrin/Exrin

Public Methods

Method Description
GetTypes ( AssemblyName name, Type @interface ) : IList
GetTypes ( Type appType, Type @interface ) : IList

Method Details

GetTypes() public static method

public static GetTypes ( AssemblyName name, Type @interface ) : IList
name System.Reflection.AssemblyName
@interface System.Type
return IList

GetTypes() public static method

public static GetTypes ( Type appType, Type @interface ) : IList
appType System.Type
@interface System.Type
return IList