object AccessRights
- Annotations
- @link("advapi32") @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AccessRights
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def FILE_APPEND_DATA: AccessRights
- Annotations
- @name("scalanative_append_data")
- def FILE_EXECUTE: AccessRights
- Annotations
- @name("scalanative_execute")
- def FILE_GENERIC_ALL: AccessRights
- Annotations
- @name("scalanative_generic_all")
- def FILE_GENERIC_EXECUTE: AccessRights
- Annotations
- @name("scalanative_generic_execute")
- def FILE_GENERIC_READ: AccessRights
- Annotations
- @name("scalanative_generic_read")
- def FILE_GENERIC_WRITE: AccessRights
- Annotations
- @name("scalanative_generic_write")
- def FILE_READ_ATTRIBUTES: AccessRights
- Annotations
- @name("scalanative_read_attributes")
- def FILE_READ_DATA: AccessRights
- Annotations
- @name("scalanative_read_data")
- def FILE_READ_EA: AccessRights
- Annotations
- @name("scalanative_read_ea")
- def FILE_WRITE_ATTRIBUTES: AccessRights
- Annotations
- @name("scalanative_write_attributes")
- def FILE_WRITE_DATA: AccessRights
- Annotations
- @name("scalanative_write_data")
- def FILE_WRITE_EA: AccessRights
- Annotations
- @name("scalanative_write_ea")
- def STANDARD_RIGHTS_EXECUTE: AccessRights
- Annotations
- @name("scalanative_read_attributes")
- def STANDARD_RIGHTS_READ: AccessRights
- Annotations
- @name("scalanative_standard_rights_read")
- def STANDARD_RIGHTS_WRITE: AccessRights
- Annotations
- @name("scalanative_standard_rights_write")
- def SYNCHRONIZE: AccessRights
- Annotations
- @name("scalanative_synchronize")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()