C# Класс Pchp.Core.Reflection.RoutinesAppContext

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AppRoutines List
ContextRoutinesCounter RoutinesTable.RoutinesCount
NameToIndex int>.Dictionary

Открытые методы

Метод Описание
DeclareRoutine ( string name, RuntimeMethodHandle handle ) : void

Adds referenced symbol into the map. In case of redeclaration, the handle is added to the list.

Описание методов

DeclareRoutine() публичный статический Метод

Adds referenced symbol into the map. In case of redeclaration, the handle is added to the list.
public static DeclareRoutine ( string name, RuntimeMethodHandle handle ) : void
name string
handle System.RuntimeMethodHandle
Результат void

Описание свойств

AppRoutines публичное статическое свойство

public static List AppRoutines
Результат List

ContextRoutinesCounter публичное статическое свойство

public static RoutinesTable.RoutinesCount,Pchp.Core.Reflection ContextRoutinesCounter
Результат RoutinesTable.RoutinesCount

NameToIndex публичное статическое свойство

public static Dictionary NameToIndex
Результат int>.Dictionary