C# Class SexyProxy.Emit.Tests.HandWrittenProxy

Inheritance: IHandWritten
Afficher le fichier Open project: kswoll/sexy-proxy Class Usage Examples

Méthodes publiques

Méthode Description
DoSomething ( ) : void
DoSomethingAsync ( ) : System.Threading.Tasks.Task
GetString ( ) : string
GetStringAsync ( ) : Task
HandWrittenProxy ( IHandWritten target, InvocationHandler invocationHandler ) : System.Threading.Tasks
Sum ( int first, int second ) : int
SumAsync ( int first, int second ) : Task

Method Details

DoSomething() public méthode

public DoSomething ( ) : void
Résultat void

DoSomethingAsync() public méthode

public DoSomethingAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetString() public méthode

public GetString ( ) : string
Résultat string

GetStringAsync() public méthode

public GetStringAsync ( ) : Task
Résultat Task

HandWrittenProxy() public méthode

public HandWrittenProxy ( IHandWritten target, InvocationHandler invocationHandler ) : System.Threading.Tasks
target IHandWritten
invocationHandler InvocationHandler
Résultat System.Threading.Tasks

Sum() public méthode

public Sum ( int first, int second ) : int
first int
second int
Résultat int

SumAsync() public méthode

public SumAsync ( int first, int second ) : Task
first int
second int
Résultat Task