Method | Description | |
---|---|---|
CheckArgumentCount ( |
||
CheckConstantExpression ( string methodName, |
||
CheckInstanceMethod ( |
||
CheckStaticMethod ( |
||
GetInstanceMethod ( |
||
GetStaticMethod ( |
public static CheckArgumentCount ( |
||
methodCallExpression | ||
return | void |
public static CheckConstantExpression ( string methodName, |
||
methodName | string | |
argument | ||
parameterName | string | |
return |
public static CheckInstanceMethod ( |
||
methodCallExpression | ||
return | void |
public static CheckStaticMethod ( |
||
methodCallExpression | ||
return | void |
public static GetInstanceMethod ( |
||
type | ||
methodName | string | |
return |
public static GetStaticMethod ( |
||
type | ||
methodName | string | |
return |