Class Volatile

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: mscorlib
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Threading.Volatile
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • Volatile

        public Volatile​(java.lang.Object instance)
                 throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • Volatile

        public Volatile()
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Write

        public static void Write​(JCORefOut<java.util.concurrent.atomic.AtomicBoolean> location,
                                 boolean value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Write

        public static void Write​(JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Byte>> location,
                                 byte value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Write

        public static void Write​(JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Double>> location,
                                 double value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Write

        public static void Write​(JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Short>> location,
                                 short value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Write

        public static void Write​(JCORefOut<java.util.concurrent.atomic.AtomicInteger> location,
                                 int value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Write

        public static void Write​(JCORefOut<java.util.concurrent.atomic.AtomicLong> location,
                                 long value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Write

        public static void Write​(JCORefOut<SByte> location,
                                 SByte value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Write

        public static void Write​(JCORefOut<Single> location,
                                 Single value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Write

        public static void Write​(JCORefOut<UInt16> location,
                                 UInt16 value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Write

        public static void Write​(JCORefOut<UInt32> location,
                                 UInt32 value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Write

        public static void Write​(JCORefOut<UInt64> location,
                                 UInt64 value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable