C# Class IronPython.Runtime.Types.ReflectedEvent

Inheritance: IronPython.Runtime.Types.PythonTypeDataSlot, ICodeFormattable
Show file Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
EventInfosDiffer bool
ReadOnlyException System.MissingMemberException
ReflectedEvent System
TryDeleteValue bool
TryGetValue bool
TrySetValue bool

Public Methods

Method Description
__repr__ ( CodeContext context ) : string

Private Methods

Method 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 method

public __repr__ ( CodeContext context ) : string
context CodeContext
return string