C# Class Asgard.ScriptSystem.Javascript.Modules.AsgardModule

Inheritance: JSValue
Afficher le fichier Open project: enBask/Asgard

Méthodes publiques

Méthode Description
AsgardModule ( AsgardBase server ) : System
getSystem ( string typeName ) : ISystem

Méthodes protégées

Méthode Description
GetProperty ( JSValue key, bool forWrite, PropertyScope propertyScope ) : JSValue
SetProperty ( JSValue name, JSValue value, PropertyScope propertyScope, bool throwOnError ) : void

Private Methods

Méthode Description
Tick ( double delta ) : void
getTypeByName ( string className ) : Type

Method Details

AsgardModule() public méthode

public AsgardModule ( AsgardBase server ) : System
server AsgardBase
Résultat System

GetProperty() protected méthode

protected GetProperty ( JSValue key, bool forWrite, PropertyScope propertyScope ) : JSValue
key JSValue
forWrite bool
propertyScope PropertyScope
Résultat JSValue

SetProperty() protected méthode

protected SetProperty ( JSValue name, JSValue value, PropertyScope propertyScope, bool throwOnError ) : void
name JSValue
value JSValue
propertyScope PropertyScope
throwOnError bool
Résultat void

getSystem() public méthode

public getSystem ( string typeName ) : ISystem
typeName string
Résultat ISystem