C# Class IronPython.Runtime.Types.ReflectedEvent

Inheritance: IronPython.Runtime.Types.PythonTypeDataSlot, ICodeFormattable
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Private Properties

Свойство Type Description
EventInfosDiffer bool
ReadOnlyException System.MissingMemberException
ReflectedEvent System
TryDeleteValue bool
TryGetValue bool
TrySetValue bool

Méthodes publiques

Méthode Description
__repr__ ( CodeContext context ) : string

Private Methods

Méthode Description
EventInfosDiffer ( BoundEvent et ) : bool
ReadOnlyException ( IronPython.Runtime.Types.PythonType dt ) : MissingMemberException
ReflectedEvent ( EventTracker tracker, bool clsOnly ) : System
TryDeleteValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner ) : bool
TryGetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool
TrySetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object value ) : bool

Method Details

__repr__() public méthode

public __repr__ ( CodeContext context ) : string
context CodeContext
Résultat string