JaCIL Framework API

CecilHelper.GetEffectiveParameterCount Method 

Returns the effective number of parameters taking into account the this argument.

public static int GetEffectiveParameterCount(
   MethodReference method
);

Parameters

method
The method reference to get the count for.

Return Value

The count of parameters.

See Also

CecilHelper Class | JaCIL.Compiler.Util Namespace