C# Class PERWAPI.Scope

Afficher le fichier Open project: xored/f4 Class Usage Examples

Private Methods

Méthode Description
AddConstantBinding ( string name, object value, Type type ) : ConstantBinding

Add a constant to this scope.

AddLocalBinding ( string name, int index ) : LocalBinding
BuildSignatures ( MetaDataOut md ) : void
FindConstantBinding ( string name ) : ConstantBinding

Find a constant in this scope.

FindLocalBinding ( int index ) : LocalBinding
FindLocalBinding ( string name ) : LocalBinding
Scope ( MethodDef thisMeth ) : System
Scope ( Scope parent, MethodDef thisMeth ) : System
WriteLocals ( PDBWriter writer ) : void