NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Activator Class

The Activator class provides a standard way to create and obtain instances of objects in the NGWS Runtime in a late bound way.

Object
   Activator

[Visual Basic]
NotInheritable Public Class Activator
[C#]
public sealed class Activator
[C++]
public __gc __sealed class Activator
[JScript]
public class Activator

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Activator Members | System Namespace