C# Class Microsoft.JScript.ActiveXObjectConstructor

Internal implementation of JScript's ActiveXObject constructor.
Inheritance: ScriptFunction
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Invoke ( ) : Object

Private Methods

Méthode Description
ActiveXObjectConstructor ( ) : System
ActiveXObjectConstructor ( LenientFunctionPrototype parent ) : System
Call ( Object args, Object thisob ) : Object
Construct ( Object args ) : Object
CreateInstance ( ) : Object
HasInstance ( Object ob ) : bool

Method Details

Invoke() public méthode

public Invoke ( ) : Object
Résultat Object