|
|
|
@ -31,6 +31,8 @@ namespace CppSharp.Tests
@@ -31,6 +31,8 @@ namespace CppSharp.Tests
|
|
|
|
|
ctx.SetClassAsValueType("Bar2"); |
|
|
|
|
ctx.SetMethodParameterUsage("Hello", "TestPrimitiveOut", 1, ParameterUsage.Out); |
|
|
|
|
ctx.SetMethodParameterUsage("Hello", "TestPrimitiveOutRef", 1, ParameterUsage.Out); |
|
|
|
|
ctx.SetMethodParameterUsage("Hello", "TestPrimitiveInOut", 1, ParameterUsage.InOut); |
|
|
|
|
ctx.SetMethodParameterUsage("Hello", "TestPrimitiveInOutRef", 1, ParameterUsage.InOut); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static void Main(string[] args) |
|
|
|
|