C# Class PluginLoader.Utils

ファイルを表示 Open project: dougbenham/TerrariaPatcher Class Usage Examples

Public Methods

Method Description
IsFileLocked ( FileInfo file ) : bool
IstModLoaderInstalled ( ) : bool

Private Methods

Method Description
GetTokenInformation ( IntPtr TokenHandle, TOKEN_INFORMATION_CLASS TokenInformationClass, IntPtr TokenInformation, uint TokenInformationLength, uint &ReturnLength ) : bool
OpenProcessToken ( IntPtr ProcessHandle, UInt32 DesiredAccess, IntPtr &TokenHandle ) : bool

Method Details

IsFileLocked() public static method

public static IsFileLocked ( FileInfo file ) : bool
file System.IO.FileInfo
return bool

IstModLoaderInstalled() public static method

public static IstModLoaderInstalled ( ) : bool
return bool