C# Class Monobjc.Generators.DummyClassParametersByRef

Inheritance: Monobjc.Types.TSObject
Show file Open project: Monobjc/monobjc

Public Methods

Method Description
DummyClassParametersByRef ( ) : System
DummyClassParametersByRef ( IntPtr value ) : System

Private Methods

Method Description
MethodParameter1 ( bool &arg1 ) : void
MethodParameter2 ( char &arg1, short &arg2, int &arg3, long &arg4 ) : int
MethodParameter3 ( byte &arg1, ushort &arg2, uint &arg3, ulong &arg4 ) : void
MethodParameter4 ( IntPtr &arg1, Class &arg2, Id &arg3 ) : int
MethodParameter5 ( TSWindingRule &arg1 ) : int
MethodParameter6 ( float &arg1, double &arg2 ) : int

Method Details

DummyClassParametersByRef() public method

public DummyClassParametersByRef ( ) : System
return System

DummyClassParametersByRef() public method

public DummyClassParametersByRef ( IntPtr value ) : System
value System.IntPtr
return System