C# Класс Machete.Runtime.HostObjects.HLazy

Наследование: LObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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 createValue ) : System
HasProperty ( string p ) : bool

Описание методов

CanPut() публичный Метод

public CanPut ( string p ) : bool
p string
Результат bool

DefaultValue() публичный Метод

public DefaultValue ( string hint ) : IDynamic
hint string
Результат IDynamic

DefineOwnProperty() публичный Метод

public DefineOwnProperty ( string p, IPropertyDescriptor desc, bool @throw ) : bool
p string
desc IPropertyDescriptor
@throw bool
Результат bool

Get() публичный Метод

public Get ( string p ) : IDynamic
p string
Результат IDynamic

GetOwnProperty() публичный Метод

public GetOwnProperty ( string p ) : IPropertyDescriptor
p string
Результат IPropertyDescriptor

GetProperty() публичный Метод

public GetProperty ( string p ) : IPropertyDescriptor
p string
Результат IPropertyDescriptor

HLazy() публичный Метод

public HLazy ( IEnvironment environment, Func createValue ) : System
environment IEnvironment
createValue Func
Результат System

HasProperty() публичный Метод

public HasProperty ( string p ) : bool
p string
Результат bool