C# 클래스 DroidExplorer.Core.IO.Permission

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

공개 메소드들

메소드 설명
Permission ( ) : System

Initializes a new instance of the Permission class.

Permission ( string linuxPermissions ) : System

Initializes a new instance of the Permission class.

ToChmod ( ) : Modes

Converts the permissions to bit value that can be casted to an integer and used for calling chmod

메소드 상세

Permission() 공개 메소드

Initializes a new instance of the Permission class.
public Permission ( ) : System
리턴 System

Permission() 공개 메소드

Initializes a new instance of the Permission class.
public Permission ( string linuxPermissions ) : System
linuxPermissions string The linux permissions.
리턴 System

ToChmod() 공개 메소드

Converts the permissions to bit value that can be casted to an integer and used for calling chmod
public ToChmod ( ) : Modes
리턴 Modes