C# Class java.lang.SecurityManager

Inheritance: global::java.lang.Object
Mostra file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
checkAccept ( java arg0, int arg1 ) : void
checkAccess ( java arg0 ) : void
checkAwtEventQueueAccess ( ) : void
checkConnect ( java arg0, int arg1 ) : void
checkConnect ( java arg0, int arg1, java arg2 ) : void
checkCreateClassLoader ( ) : void
checkDelete ( java arg0 ) : void
checkExec ( java arg0 ) : void
checkExit ( int arg0 ) : void
checkLink ( java arg0 ) : void
checkListen ( int arg0 ) : void
checkMemberAccess ( java arg0, int arg1 ) : void
checkMulticast ( java arg0 ) : void
checkMulticast ( java arg0, byte arg1 ) : void
checkPackageAccess ( java arg0 ) : void
checkPackageDefinition ( java arg0 ) : void
checkPermission ( java arg0 ) : void
checkPermission ( java arg0, java arg1 ) : void
checkPrintJobAccess ( ) : void
checkPropertiesAccess ( ) : void
checkPropertyAccess ( java arg0 ) : void
checkRead ( java arg0 ) : void
checkRead ( java arg0, java arg1 ) : void
checkSecurityAccess ( java arg0 ) : void
checkSetFactory ( ) : void
checkSystemClipboardAccess ( ) : void
checkTopLevelWindow ( java arg0 ) : bool
checkWrite ( java arg0 ) : void
getInCheck ( ) : bool
getSecurityContext ( ) : global::java.lang.Object
getThreadGroup ( ) : global::java.lang.ThreadGroup

Protected Methods

Method Description
SecurityManager ( global @__env )
classDepth ( java arg0 ) : int
classLoaderDepth ( ) : int
currentClassLoader ( ) : global::java.lang.ClassLoader
currentLoadedClass ( ) : global::java.lang.Class
getClassContext ( ) : global::java.lang.Class[]
inClass ( java arg0 ) : bool
inClassLoader ( ) : bool

Private Methods

Method Description
SecurityManager ( )

Method Details

SecurityManager() protected method

protected SecurityManager ( global @__env )
@__env global

checkAccept() public method

public checkAccept ( java arg0, int arg1 ) : void
arg0 java
arg1 int
return void

checkAccess() public method

public checkAccess ( java arg0 ) : void
arg0 java
return void

checkAwtEventQueueAccess() public method

public checkAwtEventQueueAccess ( ) : void
return void

checkConnect() public method

public checkConnect ( java arg0, int arg1 ) : void
arg0 java
arg1 int
return void

checkConnect() public method

public checkConnect ( java arg0, int arg1, java arg2 ) : void
arg0 java
arg1 int
arg2 java
return void

checkCreateClassLoader() public method

public checkCreateClassLoader ( ) : void
return void

checkDelete() public method

public checkDelete ( java arg0 ) : void
arg0 java
return void

checkExec() public method

public checkExec ( java arg0 ) : void
arg0 java
return void

checkExit() public method

public checkExit ( int arg0 ) : void
arg0 int
return void

checkLink() public method

public checkLink ( java arg0 ) : void
arg0 java
return void

checkListen() public method

public checkListen ( int arg0 ) : void
arg0 int
return void

checkMemberAccess() public method

public checkMemberAccess ( java arg0, int arg1 ) : void
arg0 java
arg1 int
return void

checkMulticast() public method

public checkMulticast ( java arg0 ) : void
arg0 java
return void

checkMulticast() public method

public checkMulticast ( java arg0, byte arg1 ) : void
arg0 java
arg1 byte
return void

checkPackageAccess() public method

public checkPackageAccess ( java arg0 ) : void
arg0 java
return void

checkPackageDefinition() public method

public checkPackageDefinition ( java arg0 ) : void
arg0 java
return void

checkPermission() public method

public checkPermission ( java arg0 ) : void
arg0 java
return void

checkPermission() public method

public checkPermission ( java arg0, java arg1 ) : void
arg0 java
arg1 java
return void

checkPrintJobAccess() public method

public checkPrintJobAccess ( ) : void
return void

checkPropertiesAccess() public method

public checkPropertiesAccess ( ) : void
return void

checkPropertyAccess() public method

public checkPropertyAccess ( java arg0 ) : void
arg0 java
return void

checkRead() public method

public checkRead ( java arg0 ) : void
arg0 java
return void

checkRead() public method

public checkRead ( java arg0, java arg1 ) : void
arg0 java
arg1 java
return void

checkSecurityAccess() public method

public checkSecurityAccess ( java arg0 ) : void
arg0 java
return void

checkSetFactory() public method

public checkSetFactory ( ) : void
return void

checkSystemClipboardAccess() public method

public checkSystemClipboardAccess ( ) : void
return void

checkTopLevelWindow() public method

public checkTopLevelWindow ( java arg0 ) : bool
arg0 java
return bool

checkWrite() public method

public checkWrite ( java arg0 ) : void
arg0 java
return void

classDepth() protected method

protected classDepth ( java arg0 ) : int
arg0 java
return int

classLoaderDepth() protected method

protected classLoaderDepth ( ) : int
return int

currentClassLoader() protected method

protected currentClassLoader ( ) : global::java.lang.ClassLoader
return global::java.lang.ClassLoader

currentLoadedClass() protected method

protected currentLoadedClass ( ) : global::java.lang.Class
return global::java.lang.Class

getClassContext() protected method

protected getClassContext ( ) : global::java.lang.Class[]
return global::java.lang.Class[]

getInCheck() public method

public getInCheck ( ) : bool
return bool

getSecurityContext() public method

public getSecurityContext ( ) : global::java.lang.Object
return global::java.lang.Object

getThreadGroup() public method

public getThreadGroup ( ) : global::java.lang.ThreadGroup
return global::java.lang.ThreadGroup

inClass() protected method

protected inClass ( java arg0 ) : bool
arg0 java
return bool

inClassLoader() protected method

protected inClassLoader ( ) : bool
return bool