메소드 | 설명 | |
---|---|---|
CanPut ( string p ) : bool | ||
DefaultValue ( string hint ) : IDynamic | ||
DefineOwnProperty ( string p, IPropertyDescriptor desc, bool @throw ) : bool | ||
Get ( string p ) : IDynamic | ||
GetOwnProperty ( string p ) : IPropertyDescriptor | ||
GetProperty ( string p ) : IPropertyDescriptor | ||
HLazy ( IEnvironment environment, Func |
||
HasProperty ( string p ) : bool |
public DefineOwnProperty ( string p, IPropertyDescriptor desc, bool @throw ) : bool | ||
p | string | |
desc | IPropertyDescriptor | |
@throw | bool | |
리턴 | bool |
public GetOwnProperty ( string p ) : IPropertyDescriptor | ||
p | string | |
리턴 | IPropertyDescriptor |
public GetProperty ( string p ) : IPropertyDescriptor | ||
p | string | |
리턴 | IPropertyDescriptor |
public HLazy ( IEnvironment environment, Func |
||
environment | IEnvironment | |
createValue | Func |
|
리턴 | System |