C# Class IronPython.Runtime.PythonDebuggingPayload

Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Свойство Type Description
Code FunctionCode

Méthodes publiques

Méthode Description
PythonDebuggingPayload ( FunctionCode code ) : System.Linq.Expressions

Private Methods

Méthode Description
GatherLocations ( ) : void

Method Details

PythonDebuggingPayload() public méthode

public PythonDebuggingPayload ( FunctionCode code ) : System.Linq.Expressions
code FunctionCode
Résultat System.Linq.Expressions

Property Details

Code public_oe property

public FunctionCode,IronPython.Runtime Code
Résultat FunctionCode