Méthode |
Description |
|
CallGetter ( Microsoft.Scripting.CodeContext context, IronPython.Runtime.Types.PythonType owner, SiteLocalStorage storage, object instance ) : object |
|
|
GetValue ( Microsoft.Scripting.CodeContext context, object instance ) : object |
|
|
IsApplicableForType ( Type type, MethodInfo mt ) : bool |
|
|
IsSetDescriptor ( Microsoft.Scripting.CodeContext context, IronPython.Runtime.Types.PythonType owner ) : bool |
|
|
MakeGetExpression ( PythonBinder binder, Expression codeContext, DynamicMetaObject instance, DynamicMetaObject owner, ConditionalBuilder builder ) : void |
|
|
SetValue ( Microsoft.Scripting.CodeContext context, object instance, object value ) : void |
|
|
TryDeleteValue ( Microsoft.Scripting.CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner ) : bool |
|
|
TryGetValue ( Microsoft.Scripting.CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool |
|
|
TrySetValue ( Microsoft.Scripting.CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object value ) : bool |
|
|