CodeQL library for C#
codeql/csharp-all 0.9.1 (changelog, source)
Search

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.RuntimeCallable

Imports

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.