MemoryManager.GetAppMemoryReport Method
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.
Gets an AppMemoryReport for the app, which provides information about its memory usage.
public:
static AppMemoryReport ^ GetAppMemoryReport();
static AppMemoryReport GetAppMemoryReport();
public static AppMemoryReport GetAppMemoryReport();
function getAppMemoryReport()
Public Shared Function GetAppMemoryReport () As AppMemoryReport
Returns
Information about the process' memory usage.