This documentation is archived and is not being maintained.
IActivationObject Interface
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Defines methods for resolving scope. This interface is implemented by all objects that take part in a scope hierarchy.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
The IActivationObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetDefaultThisObject | When implemented in a class, gets the current default scope. Either the contained object of a with statement scope, or the global scope. |
![]() | GetField | When implemented in a class, returns a field that has the specified name by searching the scope hierarchy. This method searches only the scope that is specified by the lexical level. |
![]() | GetGlobalScope | When implemented in a class, gets the global scope by searching the scope hierarchy until it finds a scope that includes static variables, for example, a module scope. |
![]() | GetLocalField | When implemented in a class, gets the local declaration of a field that has the specified name. This is used at compile time for error checking. |
![]() | GetMemberValue | When implemented in a class, gets the value of the specified member by searching the scope hierarchy. This method searches only the scope that is specified by the lexical level. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
