C# Class Platform.Invoke.Tests.DefaultMethodCallWrapper_Tests

Show file Open project: GeirGrusom/PlatformInvoker

Public Methods

Method Description
Foo ( ) : string
Foo_WithString ( string argument ) : string
OutFooProc ( string &arg ) : void

Private Methods

Method Description
GenerateInvocation_NoParameters_Ok ( ) : void
GenerateInvocation_OneParameters_Ok ( ) : void
GenerateInvocation_OutParameter_Ok ( ) : void
Setup ( ) : void

Method Details

Foo() public static method

public static Foo ( ) : string
return string

Foo_WithString() public static method

public static Foo_WithString ( string argument ) : string
argument string
return string

OutFooProc() public static method

public static OutFooProc ( string &arg ) : void
arg string
return void