C# Класс System.Linq.Expressions.Tests.SigParser

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

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

Метод Описание
Parse ( System.Byte pb ) : bool

Защищенные методы

Метод Описание
NotifyBeginArrayShape ( ) : void
NotifyBeginField ( System.Byte elem_type ) : void
NotifyBeginLocal ( ) : void
NotifyBeginLocals ( System.Byte elem_type ) : void
NotifyBeginMethod ( System.Byte elem_type ) : void
NotifyBeginParam ( ) : void
NotifyBeginProperty ( System.Byte elem_type ) : void
NotifyBeginRetType ( ) : void
NotifyBeginType ( ) : void
NotifyByref ( ) : void
NotifyConstraint ( System.Byte elem_type ) : void
NotifyCustomMod ( System.Byte cmod, System.Int32 token, System.Byte indexType, System.Int32 index ) : void
NotifyEndArrayShape ( ) : void
NotifyEndField ( ) : void
NotifyEndLocal ( ) : void
NotifyEndLocals ( ) : void
NotifyEndMethod ( ) : void
NotifyEndParam ( ) : void
NotifyEndProperty ( ) : void
NotifyEndRetType ( ) : void
NotifyEndType ( ) : void
NotifyGenericParamCount ( System.Int32 count ) : void
NotifyLoBound ( System.Int32 count ) : void
NotifyLocalsCount ( System.Int32 count ) : void
NotifyNumLoBounds ( System.Int32 count ) : void
NotifyNumSizes ( System.Int32 count ) : void
NotifyParamCount ( System.Int32 count ) : void
NotifyRank ( System.Int32 count ) : void
NotifySentinal ( ) : void
NotifySize ( System.Int32 count ) : void
NotifyTypeArray ( ) : void
NotifyTypeClass ( ) : void
NotifyTypeDefOrRef ( System.Int32 token, System.Byte indexType, int index ) : void
NotifyTypeFunctionPointer ( ) : void
NotifyTypeGenericInst ( System.Int32 number ) : void
NotifyTypeGenericMemberVariable ( System.Int32 number ) : void
NotifyTypeGenericTypeVariable ( System.Int32 number ) : void
NotifyTypeInternal ( IntPtr ptr ) : void
NotifyTypePointer ( ) : void
NotifyTypeSimple ( System.Byte elem_type ) : void
NotifyTypeSzArray ( ) : void
NotifyTypeValueType ( ) : void
NotifyTypedByref ( ) : void
NotifyVoid ( ) : void

Приватные методы

Метод Описание
ParseArrayShape ( ) : bool
ParseByte ( System.Byte &pbOut ) : bool
ParseCustomMod ( ) : bool
ParseField ( System.Byte elem_type ) : bool
ParseIntPtr ( IntPtr &ptr ) : bool
ParseInternal ( ) : bool
ParseLocal ( ) : bool
ParseLocals ( System.Byte elem_type ) : bool
ParseMethod ( System.Byte elem_type ) : bool
ParseNumber ( System.Int32 &pOut ) : bool
ParseOptionalCustomMods ( ) : bool
ParseOptionalCustomModsOrConstraint ( ) : bool
ParseParam ( ) : bool
ParseProperty ( System.Byte elem_type ) : bool
ParseRetType ( ) : bool
ParseType ( ) : bool
ParseTypeDefOrRefEncoded ( System.Int32 &pEncoded, System.Byte &pIndexTypeOut, System.Int32 &pIndexOut ) : bool

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

NotifyBeginArrayShape() защищенный Метод

protected NotifyBeginArrayShape ( ) : void
Результат void

NotifyBeginField() защищенный Метод

protected NotifyBeginField ( System.Byte elem_type ) : void
elem_type System.Byte
Результат void

NotifyBeginLocal() защищенный Метод

protected NotifyBeginLocal ( ) : void
Результат void

NotifyBeginLocals() защищенный Метод

protected NotifyBeginLocals ( System.Byte elem_type ) : void
elem_type System.Byte
Результат void

NotifyBeginMethod() защищенный Метод

protected NotifyBeginMethod ( System.Byte elem_type ) : void
elem_type System.Byte
Результат void

NotifyBeginParam() защищенный Метод

protected NotifyBeginParam ( ) : void
Результат void

NotifyBeginProperty() защищенный Метод

protected NotifyBeginProperty ( System.Byte elem_type ) : void
elem_type System.Byte
Результат void

NotifyBeginRetType() защищенный Метод

protected NotifyBeginRetType ( ) : void
Результат void

NotifyBeginType() защищенный Метод

protected NotifyBeginType ( ) : void
Результат void

NotifyByref() защищенный Метод

protected NotifyByref ( ) : void
Результат void

NotifyConstraint() защищенный Метод

protected NotifyConstraint ( System.Byte elem_type ) : void
elem_type System.Byte
Результат void

NotifyCustomMod() защищенный Метод

protected NotifyCustomMod ( System.Byte cmod, System.Int32 token, System.Byte indexType, System.Int32 index ) : void
cmod System.Byte
token System.Int32
indexType System.Byte
index System.Int32
Результат void

NotifyEndArrayShape() защищенный Метод

protected NotifyEndArrayShape ( ) : void
Результат void

NotifyEndField() защищенный Метод

protected NotifyEndField ( ) : void
Результат void

NotifyEndLocal() защищенный Метод

protected NotifyEndLocal ( ) : void
Результат void

NotifyEndLocals() защищенный Метод

protected NotifyEndLocals ( ) : void
Результат void

NotifyEndMethod() защищенный Метод

protected NotifyEndMethod ( ) : void
Результат void

NotifyEndParam() защищенный Метод

protected NotifyEndParam ( ) : void
Результат void

NotifyEndProperty() защищенный Метод

protected NotifyEndProperty ( ) : void
Результат void

NotifyEndRetType() защищенный Метод

protected NotifyEndRetType ( ) : void
Результат void

NotifyEndType() защищенный Метод

protected NotifyEndType ( ) : void
Результат void

NotifyGenericParamCount() защищенный Метод

protected NotifyGenericParamCount ( System.Int32 count ) : void
count System.Int32
Результат void

NotifyLoBound() защищенный Метод

protected NotifyLoBound ( System.Int32 count ) : void
count System.Int32
Результат void

NotifyLocalsCount() защищенный Метод

protected NotifyLocalsCount ( System.Int32 count ) : void
count System.Int32
Результат void

NotifyNumLoBounds() защищенный Метод

protected NotifyNumLoBounds ( System.Int32 count ) : void
count System.Int32
Результат void

NotifyNumSizes() защищенный Метод

protected NotifyNumSizes ( System.Int32 count ) : void
count System.Int32
Результат void

NotifyParamCount() защищенный Метод

protected NotifyParamCount ( System.Int32 count ) : void
count System.Int32
Результат void

NotifyRank() защищенный Метод

protected NotifyRank ( System.Int32 count ) : void
count System.Int32
Результат void

NotifySentinal() защищенный Метод

protected NotifySentinal ( ) : void
Результат void

NotifySize() защищенный Метод

protected NotifySize ( System.Int32 count ) : void
count System.Int32
Результат void

NotifyTypeArray() защищенный Метод

protected NotifyTypeArray ( ) : void
Результат void

NotifyTypeClass() защищенный Метод

protected NotifyTypeClass ( ) : void
Результат void

NotifyTypeDefOrRef() защищенный Метод

protected NotifyTypeDefOrRef ( System.Int32 token, System.Byte indexType, int index ) : void
token System.Int32
indexType System.Byte
index int
Результат void

NotifyTypeFunctionPointer() защищенный Метод

protected NotifyTypeFunctionPointer ( ) : void
Результат void

NotifyTypeGenericInst() защищенный Метод

protected NotifyTypeGenericInst ( System.Int32 number ) : void
number System.Int32
Результат void

NotifyTypeGenericMemberVariable() защищенный Метод

protected NotifyTypeGenericMemberVariable ( System.Int32 number ) : void
number System.Int32
Результат void

NotifyTypeGenericTypeVariable() защищенный Метод

protected NotifyTypeGenericTypeVariable ( System.Int32 number ) : void
number System.Int32
Результат void

NotifyTypeInternal() защищенный Метод

protected NotifyTypeInternal ( IntPtr ptr ) : void
ptr IntPtr
Результат void

NotifyTypePointer() защищенный Метод

protected NotifyTypePointer ( ) : void
Результат void

NotifyTypeSimple() защищенный Метод

protected NotifyTypeSimple ( System.Byte elem_type ) : void
elem_type System.Byte
Результат void

NotifyTypeSzArray() защищенный Метод

protected NotifyTypeSzArray ( ) : void
Результат void

NotifyTypeValueType() защищенный Метод

protected NotifyTypeValueType ( ) : void
Результат void

NotifyTypedByref() защищенный Метод

protected NotifyTypedByref ( ) : void
Результат void

NotifyVoid() защищенный Метод

protected NotifyVoid ( ) : void
Результат void

Parse() публичный Метод

public Parse ( System.Byte pb ) : bool
pb System.Byte
Результат bool