| 
            
              AdapterLoaderTGetMemoryUsage Method
             | 
          
        
        
            Gets the memory usage in bytes of the specified process.
            
        
        Namespace: GSF.AdaptersAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
SyntaxProtected Overridable Function GetMemoryUsage ( 
	process As Process
) As Double
function GetMemoryUsage(process);
 View SourceParameters
- process  Process
 - The Process whose memory usage is to be determined.
 
Return Value
DoubleMemory usage in bytes of the specified 
process.
See Also