Method | Description | |
---|---|---|
Activate ( ) : void |
Activates the activation context.
|
|
ActivationContext ( string ManifestFileName ) : System |
Constructor for ActivationContext.
|
|
Deactivate ( ) : void |
Deactivates the activation context, activating the next one down on the 'stack'.
|
|
Dispose ( ) : void | ||
Initialize ( ) : void |
Initializes the activation context.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public ActivationContext ( string ManifestFileName ) : System | ||
ManifestFileName | string | Path of the manifest file to load. |
return | System |