InternalActivationContextHelper.IsFirstRun(ActivationContext) Method

Definition

Gets a value indicating whether this is the first time this ActivationContext object has been run.

public:
 static bool IsFirstRun(ActivationContext ^ appInfo);
public static bool IsFirstRun (ActivationContext appInfo);
static member IsFirstRun : ActivationContext -> bool
Public Shared Function IsFirstRun (appInfo As ActivationContext) As Boolean

Parameters

appInfo
ActivationContext

The object to examine.

Returns

true if the ActivationContext indicates it is running for the first time; otherwise, false.

Applies to