C# Class Machete.Runtime.NativeObjects.NArray

Inheritance: LObject
Afficher le fichier Open project: ChaosPandion/Machete

Méthodes publiques

Méthode Description
DefineOwnProperty ( string p, IPropertyDescriptor desc, bool @throw ) : bool
Initialize ( ) : void
NArray ( IEnvironment environment ) : Machete.Core

Method Details

DefineOwnProperty() public méthode

public DefineOwnProperty ( string p, IPropertyDescriptor desc, bool @throw ) : bool
p string
desc IPropertyDescriptor
@throw bool
Résultat bool

Initialize() public méthode

public Initialize ( ) : void
Résultat void

NArray() public méthode

public NArray ( IEnvironment environment ) : Machete.Core
environment IEnvironment
Résultat Machete.Core