C# Class CSE.Content.MethodTest

Datei anzeigen Open project: kcherr1/CSharp-Eval

Public Methods

Method Description
ArgTestValueTypes ( string paramValues, bool boolParam, byte byteParam, char charParam, decimal decimalParam, double doubleParam, float floatParam, int intParam, long longParam, sbyte sbyteParam, short shortParam, uint uintParam, ulong ulongParam, ushort ushortParam ) : void
BCMeth ( ) : B
ByteMeth ( byte b ) : void
IntMeth ( int i ) : void
LongMeth ( long l ) : void
MethodTest ( ) : System.Drawing
OverloadedIntMeth ( byte b ) : string
OverloadedIntMeth ( long l ) : string
OverloadedIntMeth ( short s ) : string
OverloadedMeth ( B b ) : string
OverloadedMeth ( C c ) : string
OverloadedMeth ( byte b ) : string
OverloadedMeth ( byte i, byte b ) : string
OverloadedMeth ( decimal m ) : string
OverloadedMeth ( double d ) : string
OverloadedMeth ( float f ) : string
OverloadedMeth ( int i ) : string
OverloadedMeth ( int i, byte b ) : string
OverloadedMeth ( long l ) : string
OverloadedMeth ( short s ) : string
PublicVoid ( ) : void
ReturnParam ( object param ) : object
SByteMeth ( sbyte sb ) : void
ShortMeth ( short s ) : void
VirtualReturn ( ) : int
VirtualVoid ( ) : void

Protected Methods

Method Description
ProtectedVoid ( ) : void

Private Methods

Method Description
ArgTestRefTypes ( Color color, Vector3 vector3 ) : void
BoolReturn ( ) : bool
CharReturn ( ) : char
InternalVoid ( ) : void
NumericDiscreteReturn ( ) : int
NumericRealReturn ( ) : float
PrivateVoid ( ) : void
StaticReturn ( ) : int
StaticVoid ( ) : void
StringReturn ( ) : string

Method Details

ArgTestValueTypes() public method

public ArgTestValueTypes ( string paramValues, bool boolParam, byte byteParam, char charParam, decimal decimalParam, double doubleParam, float floatParam, int intParam, long longParam, sbyte sbyteParam, short shortParam, uint uintParam, ulong ulongParam, ushort ushortParam ) : void
paramValues string
boolParam bool
byteParam byte
charParam char
decimalParam decimal
doubleParam double
floatParam float
intParam int
longParam long
sbyteParam sbyte
shortParam short
uintParam uint
ulongParam ulong
ushortParam ushort
return void

BCMeth() public method

public BCMeth ( ) : B
return B

ByteMeth() public method

public ByteMeth ( byte b ) : void
b byte
return void

IntMeth() public method

public IntMeth ( int i ) : void
i int
return void

LongMeth() public method

public LongMeth ( long l ) : void
l long
return void

MethodTest() public method

public MethodTest ( ) : System.Drawing
return System.Drawing

OverloadedIntMeth() public method

public OverloadedIntMeth ( byte b ) : string
b byte
return string

OverloadedIntMeth() public method

public OverloadedIntMeth ( long l ) : string
l long
return string

OverloadedIntMeth() public method

public OverloadedIntMeth ( short s ) : string
s short
return string

OverloadedMeth() public method

public OverloadedMeth ( B b ) : string
b B
return string

OverloadedMeth() public method

public OverloadedMeth ( C c ) : string
c C
return string

OverloadedMeth() public method

public OverloadedMeth ( byte b ) : string
b byte
return string

OverloadedMeth() public method

public OverloadedMeth ( byte i, byte b ) : string
i byte
b byte
return string

OverloadedMeth() public method

public OverloadedMeth ( decimal m ) : string
m decimal
return string

OverloadedMeth() public method

public OverloadedMeth ( double d ) : string
d double
return string

OverloadedMeth() public method

public OverloadedMeth ( float f ) : string
f float
return string

OverloadedMeth() public method

public OverloadedMeth ( int i ) : string
i int
return string

OverloadedMeth() public method

public OverloadedMeth ( int i, byte b ) : string
i int
b byte
return string

OverloadedMeth() public method

public OverloadedMeth ( long l ) : string
l long
return string

OverloadedMeth() public method

public OverloadedMeth ( short s ) : string
s short
return string

ProtectedVoid() protected method

protected ProtectedVoid ( ) : void
return void

PublicVoid() public method

public PublicVoid ( ) : void
return void

ReturnParam() public method

public ReturnParam ( object param ) : object
param object
return object

SByteMeth() public method

public SByteMeth ( sbyte sb ) : void
sb sbyte
return void

ShortMeth() public method

public ShortMeth ( short s ) : void
s short
return void

VirtualReturn() public method

public VirtualReturn ( ) : int
return int

VirtualVoid() public method

public VirtualVoid ( ) : void
return void