C# Class Espresso.NativeObjectProxyStore

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
CreateProxyForObject ( object o, JsTypeDefinition jsTypeDefinition ) : NativeJsInstanceProxy
CreateProxyForTypeDefinition ( JsTypeDefinition jsTypeDefinition ) : INativeRef
Dispose ( ) : void
GetProxyObject ( int index ) : INativeRef
NativeObjectProxyStore ( Espresso.JsContext ownerContext ) : System

Method Details

CreateProxyForObject() public méthode

public CreateProxyForObject ( object o, JsTypeDefinition jsTypeDefinition ) : NativeJsInstanceProxy
o object
jsTypeDefinition JsTypeDefinition
Résultat NativeJsInstanceProxy

CreateProxyForTypeDefinition() public méthode

public CreateProxyForTypeDefinition ( JsTypeDefinition jsTypeDefinition ) : INativeRef
jsTypeDefinition JsTypeDefinition
Résultat INativeRef

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetProxyObject() public méthode

public GetProxyObject ( int index ) : INativeRef
index int
Résultat INativeRef

NativeObjectProxyStore() public méthode

public NativeObjectProxyStore ( Espresso.JsContext ownerContext ) : System
ownerContext Espresso.JsContext
Résultat System