Метод | Описание | |
---|---|---|
AsgardModule ( AsgardBase server ) : System | ||
getSystem ( string typeName ) : ISystem |
Метод | Описание | |
---|---|---|
GetProperty ( JSValue key, bool forWrite, PropertyScope propertyScope ) : JSValue | ||
SetProperty ( JSValue name, JSValue value, PropertyScope propertyScope, bool throwOnError ) : void |
Метод | Описание | |
---|---|---|
Tick ( double delta ) : void | ||
getTypeByName ( string className ) : |
public AsgardModule ( AsgardBase server ) : System | ||
server | AsgardBase | |
Результат | System |
protected GetProperty ( JSValue key, bool forWrite, PropertyScope propertyScope ) : JSValue | ||
key | JSValue | |
forWrite | bool | |
propertyScope | PropertyScope | |
Результат | JSValue |
protected SetProperty ( JSValue name, JSValue value, PropertyScope propertyScope, bool throwOnError ) : void | ||
name | JSValue | |
value | JSValue | |
propertyScope | PropertyScope | |
throwOnError | bool | |
Результат | void |
public getSystem ( string typeName ) : ISystem | ||
typeName | string | |
Результат | ISystem |