C# 클래스 IronPython.Runtime.Types.ReflectedEvent

상속: IronPython.Runtime.Types.PythonTypeDataSlot, ICodeFormattable
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EventInfosDiffer bool
ReadOnlyException System.MissingMemberException
ReflectedEvent System
TryDeleteValue bool
TryGetValue bool
TrySetValue bool

공개 메소드들

메소드 설명
__repr__ ( CodeContext context ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

__repr__() 공개 메소드

public __repr__ ( CodeContext context ) : string
context CodeContext
리턴 string