IAppInfoStatics.Current Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.