Class VarHandle.AccessMode
public class VarHandle.AccessMode : Enum<VarHandle.AccessMode>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
VarHandle.AccessMode
- Implements
- Inherited Members
- Extension Methods
Constructors
AccessMode()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public AccessMode()
AccessMode(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public AccessMode(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
COMPARE_AND_EXCHANGE
public static VarHandle.AccessMode COMPARE_AND_EXCHANGE { get; }
Property Value
COMPARE_AND_EXCHANGE_ACQUIRE
public static VarHandle.AccessMode COMPARE_AND_EXCHANGE_ACQUIRE { get; }
Property Value
COMPARE_AND_EXCHANGE_RELEASE
public static VarHandle.AccessMode COMPARE_AND_EXCHANGE_RELEASE { get; }
Property Value
COMPARE_AND_SET
public static VarHandle.AccessMode COMPARE_AND_SET { get; }
Property Value
GET
public static VarHandle.AccessMode GET { get; }
Property Value
GET_ACQUIRE
public static VarHandle.AccessMode GET_ACQUIRE { get; }
Property Value
GET_AND_ADD
public static VarHandle.AccessMode GET_AND_ADD { get; }
Property Value
GET_AND_ADD_ACQUIRE
public static VarHandle.AccessMode GET_AND_ADD_ACQUIRE { get; }
Property Value
GET_AND_ADD_RELEASE
public static VarHandle.AccessMode GET_AND_ADD_RELEASE { get; }
Property Value
GET_AND_BITWISE_AND
public static VarHandle.AccessMode GET_AND_BITWISE_AND { get; }
Property Value
GET_AND_BITWISE_AND_ACQUIRE
public static VarHandle.AccessMode GET_AND_BITWISE_AND_ACQUIRE { get; }
Property Value
GET_AND_BITWISE_AND_RELEASE
public static VarHandle.AccessMode GET_AND_BITWISE_AND_RELEASE { get; }
Property Value
GET_AND_BITWISE_OR
public static VarHandle.AccessMode GET_AND_BITWISE_OR { get; }
Property Value
GET_AND_BITWISE_OR_ACQUIRE
public static VarHandle.AccessMode GET_AND_BITWISE_OR_ACQUIRE { get; }
Property Value
GET_AND_BITWISE_OR_RELEASE
public static VarHandle.AccessMode GET_AND_BITWISE_OR_RELEASE { get; }
Property Value
GET_AND_BITWISE_XOR
public static VarHandle.AccessMode GET_AND_BITWISE_XOR { get; }
Property Value
GET_AND_BITWISE_XOR_ACQUIRE
public static VarHandle.AccessMode GET_AND_BITWISE_XOR_ACQUIRE { get; }
Property Value
GET_AND_BITWISE_XOR_RELEASE
public static VarHandle.AccessMode GET_AND_BITWISE_XOR_RELEASE { get; }
Property Value
GET_AND_SET
public static VarHandle.AccessMode GET_AND_SET { get; }
Property Value
GET_AND_SET_ACQUIRE
public static VarHandle.AccessMode GET_AND_SET_ACQUIRE { get; }
Property Value
GET_AND_SET_RELEASE
public static VarHandle.AccessMode GET_AND_SET_RELEASE { get; }
Property Value
GET_OPAQUE
public static VarHandle.AccessMode GET_OPAQUE { get; }
Property Value
GET_VOLATILE
public static VarHandle.AccessMode GET_VOLATILE { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
SET
public static VarHandle.AccessMode SET { get; }
Property Value
SET_OPAQUE
public static VarHandle.AccessMode SET_OPAQUE { get; }
Property Value
SET_RELEASE
public static VarHandle.AccessMode SET_RELEASE { get; }
Property Value
SET_VOLATILE
public static VarHandle.AccessMode SET_VOLATILE { get; }
Property Value
WEAK_COMPARE_AND_SET
public static VarHandle.AccessMode WEAK_COMPARE_AND_SET { get; }
Property Value
WEAK_COMPARE_AND_SET_ACQUIRE
public static VarHandle.AccessMode WEAK_COMPARE_AND_SET_ACQUIRE { get; }
Property Value
WEAK_COMPARE_AND_SET_PLAIN
public static VarHandle.AccessMode WEAK_COMPARE_AND_SET_PLAIN { get; }
Property Value
WEAK_COMPARE_AND_SET_RELEASE
public static VarHandle.AccessMode WEAK_COMPARE_AND_SET_RELEASE { get; }
Property Value
Methods
MethodName()
public String MethodName()
Returns
ValueFromMethodName(String)
public static VarHandle.AccessMode ValueFromMethodName(String arg0)
Parameters
Returns
ValueOf(String)
public static VarHandle.AccessMode ValueOf(String arg0)
Parameters
Returns
Values()
public static VarHandle.AccessMode[] Values()