C# 클래스 PluginLoader.Utils

파일 보기 프로젝트 열기: dougbenham/TerrariaPatcher 1 사용 예제들

공개 메소드들

메소드 설명
IsFileLocked ( FileInfo file ) : bool
IstModLoaderInstalled ( ) : bool

비공개 메소드들

메소드 설명
GetTokenInformation ( IntPtr TokenHandle, TOKEN_INFORMATION_CLASS TokenInformationClass, IntPtr TokenInformation, uint TokenInformationLength, uint &ReturnLength ) : bool
OpenProcessToken ( IntPtr ProcessHandle, UInt32 DesiredAccess, IntPtr &TokenHandle ) : bool

메소드 상세

IsFileLocked() 공개 정적인 메소드

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

IstModLoaderInstalled() 공개 정적인 메소드

public static IstModLoaderInstalled ( ) : bool
리턴 bool