Method |
Description |
|
Call ( CodeContext context ) : object |
|
|
Call ( CodeContext context, object>.[ |
|
|
CheckSpecialMethods ( PythonDictionary dict ) : void |
|
|
DeleteCustomMember ( CodeContext context, string name ) : bool |
|
|
DictionaryIsPublic ( ) : void |
|
|
GetMember ( CodeContext context, string name ) : object |
|
|
GetObjectData ( SerializationInfo info, StreamingContext context ) : void |
|
|
GetOldStyleDescriptor ( CodeContext context, object self, object instance, IronPython.Runtime.Types.PythonType type ) : object |
|
|
GetOldStyleDescriptor ( CodeContext context, object self, object instance, object type ) : object |
|
|
ICustomTypeDescriptor ( ) : AttributeCollection |
|
|
ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor |
|
|
ICustomTypeDescriptor ( ) : EventDescriptorCollection |
|
|
ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection |
|
|
ICustomTypeDescriptor ( ) : PropertyDescriptor |
|
|
ICustomTypeDescriptor ( ) : PropertyDescriptorCollection |
|
|
ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection |
|
|
ICustomTypeDescriptor ( ) : TypeConverter |
|
|
ICustomTypeDescriptor ( PropertyDescriptor pd ) : object |
|
|
ICustomTypeDescriptor ( Type editorBaseType ) : object |
|
|
ICustomTypeDescriptor ( ) : string |
|
|
IDynamicMetaObjectProvider ( Expression parameter ) : DynamicMetaObject |
|
|
IMembersList ( ) : IList |
|
|
IPythonMembersList ( CodeContext context ) : IList |
|
|
IWeakReferenceable ( ) : WeakRefTracker |
|
|
IWeakReferenceable ( WeakRefTracker value ) : bool |
|
|
IWeakReferenceable ( WeakRefTracker value ) : void |
|
|
Init ( string name, PythonDictionary dict, string instanceNames ) : void |
|
|
InitializeInstanceNames ( string instanceNames ) : void |
|
|
IsSubclassOf ( object other ) : bool |
|
|
LookupValue ( CodeContext context, string name ) : object |
|
|
MakeCallError ( ) : object |
|
|
OldClass ( SerializationInfo info, StreamingContext context ) : System.Linq.Expressions |
|
|
OldClass ( string name, PythonTuple bases, PythonDictionary dict, string instanceNames ) : System.Linq.Expressions |
|
|
RecurseAttrHierarchy ( OldClass oc, object>.IDictionary |
|
|
SetBases ( object value ) : void |
|
|
SetDictionary ( object value ) : void |
|
|
SetName ( object value ) : void |
|
|
SetNameHelper ( string name, object value ) : void |
|
|
TryGetBoundCustomMember ( CodeContext context, string name, object &value ) : bool |
|
|
TryLookupInit ( object inst, object &ret ) : bool |
|
|
TryLookupOneSlot ( IronPython.Runtime.Types.PythonType lookingType, string name, object &ret ) : bool |
|
|
TryLookupSlot ( string name, object &ret ) : bool |
|
|
TryLookupValue ( CodeContext context, string name, object &value ) : bool |
|
|
ValidateBases ( object value ) : List |
|
|