C# Class Tangerine.BLL.XAPAssembly

Mostrar archivo Open project: andreycha/tangerine Class Usage Examples

Public Methods

Method Description
GetMethods ( ) : IEnumerable
GetMethods ( string fullTypeName ) : IEnumerable
GetTypes ( ) : IEnumerable
XAPAssembly ( string assemblyPath ) : System

Private Methods

Method Description
LoadAssembly ( string assemblyPath ) : AssemblyDefinition

Method Details

GetMethods() public method

public GetMethods ( ) : IEnumerable
return IEnumerable

GetMethods() public method

public GetMethods ( string fullTypeName ) : IEnumerable
fullTypeName string
return IEnumerable

GetTypes() public method

public GetTypes ( ) : IEnumerable
return IEnumerable

XAPAssembly() public method

public XAPAssembly ( string assemblyPath ) : System
assemblyPath string
return System