Space Engineers
Classes | Static Public Member Functions | List of all members
KeenSoftwareHouse.Library.IO.Win32Processes Class Reference

Classes

class  Win32API
 

Static Public Member Functions

static List< Process > GetProcessesLockingFile (string filePath)
 Return a list of processes that hold on the given file. More...
 
static List< string > GetFilesLockedBy (Process process)
 Return a list of file locks held by the process. More...
 

Detailed Description

Definition at line 19 of file FileLockInfo.cs.

Member Function Documentation

static List<string> KeenSoftwareHouse.Library.IO.Win32Processes.GetFilesLockedBy ( Process  process)
inlinestatic

Return a list of file locks held by the process.

Definition at line 44 of file FileLockInfo.cs.

static List<Process> KeenSoftwareHouse.Library.IO.Win32Processes.GetProcessesLockingFile ( string  filePath)
inlinestatic

Return a list of processes that hold on the given file.

Definition at line 24 of file FileLockInfo.cs.


The documentation for this class was generated from the following file: