C# Class Wren.Core.Library.LibraryLoader

Afficher le fichier Open project: robotii/Wren.NET

Méthodes publiques

Méthode Description
LoadLibraries ( WrenVM vm ) : void
LoadLibrary ( WrenVM vm, string libraryName, string typeName ) : void

Method Details

LoadLibraries() public static méthode

public static LoadLibraries ( WrenVM vm ) : void
vm Wren.Core.VM.WrenVM
Résultat void

LoadLibrary() public static méthode

public static LoadLibrary ( WrenVM vm, string libraryName, string typeName ) : void
vm Wren.Core.VM.WrenVM
libraryName string
typeName string
Résultat void