C# 클래스 IronPython.Runtime.Super

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

Private Properties

프로퍼티 타입 설명
DeleteCustomMember void
GetCustomMember object
SetMember void
TryGetValue bool
TryLookupInBase bool

공개 메소드들

메소드 설명
Super ( ) : System.Collections.Generic
__get__ ( CodeContext context, object instance, object owner ) : object
__init__ ( IronPython.Runtime.Types.PythonType type ) : void
__init__ ( IronPython.Runtime.Types.PythonType type, object obj ) : void
__repr__ ( CodeContext context ) : string

비공개 메소드들

메소드 설명
DeleteCustomMember ( CodeContext context, string name ) : void
GetCustomMember ( CodeContext context, string name ) : object
SetMember ( CodeContext context, string name, object value ) : void
TryGetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool
TryLookupInBase ( CodeContext context, IronPython.Runtime.Types.PythonType pt, string name, object self, object &value ) : bool

메소드 상세

Super() 공개 메소드

public Super ( ) : System.Collections.Generic
리턴 System.Collections.Generic

__get__() 공개 메소드

public __get__ ( CodeContext context, object instance, object owner ) : object
context CodeContext
instance object
owner object
리턴 object

__init__() 공개 메소드

public __init__ ( IronPython.Runtime.Types.PythonType type ) : void
type IronPython.Runtime.Types.PythonType
리턴 void

__init__() 공개 메소드

public __init__ ( IronPython.Runtime.Types.PythonType type, object obj ) : void
type IronPython.Runtime.Types.PythonType
obj object
리턴 void

__repr__() 공개 메소드

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