C# Class DynamicInvocation.DynamicInvocation

Exibir arquivo Open project: platzhersh/FHNW-Java-Projekte Class Usage Examples

Public Methods

Method Description
GetTypeFromAssembly ( ) : Type
InvokeMethodByInterface ( Type type ) : void

Method Details

GetTypeFromAssembly() public method

public GetTypeFromAssembly ( ) : Type
return System.Type

InvokeMethodByInterface() public method

public InvokeMethodByInterface ( Type type ) : void
type System.Type
return void