public class DispatcherOperation extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Threading.DispatcherOperation
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: WindowsBase, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: WindowsBase
|
static java.lang.String |
className
Qualified class name: System.Windows.Threading.DispatcherOperation
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DispatcherOperation() |
DispatcherOperation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Abort() |
void |
addAborted(EventHandler handler) |
void |
addCompleted(EventHandler handler) |
static DispatcherOperation |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DispatcherOperation, a cast assert is made to check if types are compatible. |
TaskAwaiter |
GetAwaiter() |
Dispatcher |
getDispatcher() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
DispatcherPriority |
getPriority() |
NetObject |
getResult() |
DispatcherOperationStatus |
getStatus() |
Task |
getTask() |
void |
removeAborted(EventHandler handler) |
void |
removeCompleted(EventHandler handler) |
void |
setJCOInstance(JCObject instance) |
void |
setPriority(DispatcherPriority Priority) |
DispatcherOperationStatus |
Wait() |
DispatcherOperationStatus |
Wait(TimeSpan timeout) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DispatcherOperation()
throws java.lang.Throwable
java.lang.Throwablepublic DispatcherOperation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic boolean Abort()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
BadImageFormatException,
ArgumentNullException,
OutOfMemoryException,
InvalidCastException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionBadImageFormatExceptionArgumentNullExceptionOutOfMemoryExceptionInvalidCastExceptionpublic void addAborted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCompleted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static DispatcherOperation cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DispatcherOperation, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDispatcherOperation instancejava.lang.Throwable - in case of error during cast operationpublic TaskAwaiter GetAwaiter() throws java.lang.Throwable
java.lang.Throwablepublic Dispatcher getDispatcher() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic DispatcherPriority getPriority() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getResult() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionpublic DispatcherOperationStatus getStatus() throws java.lang.Throwable
java.lang.Throwablepublic Task getTask() throws java.lang.Throwable
java.lang.Throwablepublic void removeAborted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeCompleted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPriority(DispatcherPriority Priority) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotSupportedException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, InvalidCastException, OverflowException, Win32Exception, BadImageFormatException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFormatExceptionInvalidEnumArgumentExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionWin32ExceptionBadImageFormatExceptionOutOfMemoryExceptionpublic DispatcherOperationStatus Wait() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, SecurityException, IOException, NullReferenceException, MissingMethodException, TargetInvocationException, AbandonedMutexException, EventSourceException, TaskSchedulerException, TaskCanceledException, AggregateException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionSecurityExceptionIOExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionAbandonedMutexExceptionEventSourceExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionpublic DispatcherOperationStatus Wait(TimeSpan timeout) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, SynchronizationLockException, MulticastNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, NullReferenceException, MissingMethodException, TargetInvocationException, AbandonedMutexException, TaskSchedulerException, ThreadStateException, OperationCanceledException, TaskCanceledException, ArgumentNullException, AggregateException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidEnumArgumentExceptionWin32ExceptionSynchronizationLockExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionAbandonedMutexExceptionTaskSchedulerExceptionThreadStateExceptionOperationCanceledExceptionTaskCanceledExceptionArgumentNullExceptionAggregateException