Module RuntimeCallable
Provides classes that define run-time callables. Run-time callables are those callables that may actually be called at run-time (that is, neither abstract callables nor callables defined in an interface).
Import path
import semmle.code.csharp.dispatch.RuntimeCallableImports
| csharp | The default C# QL library. |
Classes
| RuntimeAccessor | A run-time accessor. |
| RuntimeCallable | A run-time callable. That is, a callable that is neither abstract nor defined in an interface. |
| RuntimeInstanceAccessor | A run-time instance accessor. |
| RuntimeInstanceMethod | A run-time instance method. |
| RuntimeMethod | A run-time method. |
| RuntimeOperator | A run-time operator. |