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=4.0.0.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=4.0.0.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=4.0.0.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, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, InvalidCastException
-
GetAwaiter
public TaskAwaiter GetAwaiter() throws Throwable
- Throws:
Throwable
-
Wait
public DispatcherOperationStatus Wait() throws Throwable, ArgumentException, OverflowException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, NullReferenceException, SecurityException, IOException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ThreadAbortException, TaskSchedulerException, TaskCanceledException, AggregateException
- Throws:
Throwable
ArgumentException
OverflowException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
InvalidEnumArgumentException
Win32Exception
MulticastNotSupportedException
NullReferenceException
SecurityException
IOException
WaitHandleCannotBeOpenedException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ThreadAbortException
TaskSchedulerException
TaskCanceledException
AggregateException
-
Wait
public DispatcherOperationStatus Wait(TimeSpan timeout) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, Win32Exception, SecurityException, NotSupportedException, MulticastNotSupportedException, NullReferenceException, UnauthorizedAccessException, IOException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ThreadAbortException, TaskSchedulerException, TaskCanceledException, AggregateException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
InvalidEnumArgumentException
Win32Exception
SecurityException
NotSupportedException
MulticastNotSupportedException
NullReferenceException
UnauthorizedAccessException
IOException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ThreadAbortException
TaskSchedulerException
TaskCanceledException
AggregateException
-
getResult
public NetObject getResult() throws Throwable, ArgumentException, OverflowException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, Win32Exception, ArgumentOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ThreadAbortException, TaskSchedulerException, TaskCanceledException, AggregateException
- Throws:
Throwable
ArgumentException
OverflowException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
Win32Exception
ArgumentOutOfRangeException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
ThreadAbortException
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, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, NotSupportedException, OverflowException, Win32Exception, InvalidCastException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
NotSupportedException
OverflowException
Win32Exception
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
-
-