Package system.windows.threading
Class DispatcherOperation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherOperation
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DispatcherOperation extends NetObject
The base .NET class managing System.Windows.Threading.DispatcherOperation, WindowsBase, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.See: https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Threading.DispatcherOperation
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: WindowsBase, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static String
assemblyShortName
Assembly name: WindowsBasestatic String
className
Qualified class name: System.Windows.Threading.DispatcherOperationstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DispatcherOperation()
DispatcherOperation(Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: WindowsBase, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: WindowsBase- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Windows.Threading.DispatcherOperation- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DispatcherOperation cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoDispatcherOperation
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DispatcherOperation
instance- Throws:
Throwable
- in case of error during cast operation
-
Abort
public boolean Abort() throws Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidCastException
-
GetAwaiter
public TaskAwaiter GetAwaiter() throws Throwable
- Throws:
Throwable
-
Wait
public DispatcherOperationStatus Wait() throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException, OutOfMemoryException, ExternalException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, SecurityException, NullReferenceException, WaitHandleCannotBeOpenedException, AbandonedMutexException, EventSourceException, TaskSchedulerException, TaskCanceledException, AggregateException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
OverflowException
OutOfMemoryException
ExternalException
InvalidEnumArgumentException
Win32Exception
MulticastNotSupportedException
SecurityException
NullReferenceException
WaitHandleCannotBeOpenedException
AbandonedMutexException
EventSourceException
TaskSchedulerException
TaskCanceledException
AggregateException
-
Wait
public DispatcherOperationStatus Wait(TimeSpan timeout) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, MulticastNotSupportedException, ObjectDisposedException, SecurityException, IOException, NullReferenceException, WaitHandleCannotBeOpenedException, AbandonedMutexException, TaskSchedulerException, OperationCanceledException, TaskCanceledException, AggregateException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
OutOfMemoryException
ExternalException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
MulticastNotSupportedException
ObjectDisposedException
SecurityException
IOException
NullReferenceException
WaitHandleCannotBeOpenedException
AbandonedMutexException
TaskSchedulerException
OperationCanceledException
TaskCanceledException
AggregateException
-
getResult
public NetObject getResult() throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OverflowException, CultureNotFoundException, Win32Exception, NullReferenceException, WaitHandleCannotBeOpenedException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
OverflowException
CultureNotFoundException
Win32Exception
NullReferenceException
WaitHandleCannotBeOpenedException
AbandonedMutexException
TaskSchedulerException
TaskCanceledException
AggregateException
-
getDispatcher
public Dispatcher getDispatcher() throws Throwable
- Throws:
Throwable
-
getStatus
public DispatcherOperationStatus getStatus() throws Throwable
- Throws:
Throwable
-
getPriority
public DispatcherPriority getPriority() throws Throwable
- Throws:
Throwable
-
setPriority
public void setPriority(DispatcherPriority Priority) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, OverflowException, Win32Exception, NotSupportedException, InvalidCastException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
OverflowException
Win32Exception
NotSupportedException
InvalidCastException
-
addAborted
public void addAborted(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeAborted
public void removeAborted(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addCompleted
public void addCompleted(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeCompleted
public void removeCompleted(EventHandler handler) throws Throwable
- Throws:
Throwable
-
-