Share via


IAppInfoStatics.Current Property

Definition

Provides an interface definition for the AppInfo.Current method.

public:
 property AppInfo ^ Current { AppInfo ^ get(); };
AppInfo Current();
public AppInfo Current { get; }
var appInfo = iAppInfoStatics.current;
Public ReadOnly Property Current As AppInfo

Property Value

The AppInfo that corresponds to the currently running process.

Applies to

See also