C# 클래스 GXDLMS.ManufacturerSettings.GXFileInfo

파일 보기 프로젝트 열기: Gurux/Gurux.DLMS.Net 1 사용 예제들

공개 메소드들

메소드 설명
UpdateFileSecurity ( string filePath ) : void

Opens up file access for Everyone at FullAccess.

비공개 메소드들

메소드 설명
CloseHandle ( IntPtr hObject ) : bool
GetCurrentProcess ( ) : IntPtr
GetProcAddress ( IntPtr hmodule, string procName ) : IntPtr
GetTokenInformation ( IntPtr TokenHandle, TOKEN_INFORMATION_CLASS TokenInformationClass, IntPtr TokenInformation, uint TokenInformationLength, uint &ReturnLength ) : bool
IsElevated ( ) : bool
IsReallyVista ( ) : bool
LoadLibrary ( string lpFileName ) : IntPtr
OpenProcessToken ( IntPtr ProcessHandle, UInt32 DesiredAccess, IntPtr &TokenHandle ) : bool

메소드 상세

UpdateFileSecurity() 공개 정적인 메소드

Opens up file access for Everyone at FullAccess.
public static UpdateFileSecurity ( string filePath ) : void
filePath string
리턴 void