Class Overlapped

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
        See Also:
        Constant Field Values
      • assemblyShortName

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

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

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

      • Overlapped

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

        public Overlapped()
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Overlapped

        public Overlapped​(int offsetLo,
                          int offsetHi,
                          int hEvent,
                          IAsyncResult ar)
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getEventHandle

        public int getEventHandle()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEventHandle

        public void setEventHandle​(int EventHandle)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOffsetHigh

        public int getOffsetHigh()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setOffsetHigh

        public void setOffsetHigh​(int OffsetHigh)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOffsetLow

        public int getOffsetLow()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setOffsetLow

        public void setOffsetLow​(int OffsetLow)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAsyncResult

        public IAsyncResult getAsyncResult()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAsyncResult

        public void setAsyncResult​(IAsyncResult AsyncResult)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable