Package microsoft.visualbasic.myservices
Class ClipboardProxy
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.visualbasic.myservices.ClipboardProxy
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ClipboardProxy extends NetObject
The base .NET class managing Microsoft.VisualBasic.MyServices.ClipboardProxy, Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.MyServices.ClipboardProxy
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.VisualBasic.Formsstatic java.lang.String
className
Qualified class name: Microsoft.VisualBasic.MyServices.ClipboardProxystatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ClipboardProxy()
ClipboardProxy(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClipboardProxy
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoClipboardProxy
, a cast assert is made to check if types are compatible.void
Clear()
boolean
ContainsAudio()
boolean
ContainsData(java.lang.String format)
boolean
ContainsFileDropList()
boolean
ContainsImage()
boolean
ContainsText()
boolean
ContainsText(TextDataFormat format)
Stream
GetAudioStream()
NetObject
GetData(java.lang.String format)
IDataObject
GetDataObject()
StringCollection
GetFileDropList()
Image
GetImage()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
GetText()
java.lang.String
GetText(TextDataFormat format)
void
SetAudio(byte[] audioBytes)
void
SetAudio(JCORefOut dupParam0)
void
SetAudio(Stream audioStream)
void
SetData(java.lang.String format, NetObject data)
void
SetDataObject(DataObject data)
void
SetFileDropList(StringCollection filePaths)
void
SetImage(Image image)
void
setJCOInstance(JCObject instance)
void
SetText(java.lang.String text)
void
SetText(java.lang.String text, TextDataFormat format)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.VisualBasic.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.VisualBasic.MyServices.ClipboardProxy- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.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 java.lang.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 java.lang.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 java.lang.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 ClipboardProxy cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoClipboardProxy
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ClipboardProxy
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ContainsAudio
public boolean ContainsAudio() throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ThreadStateException, ExternalException
-
ContainsData
public boolean ContainsData(java.lang.String format) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ThreadStateException, ExternalException
-
ContainsFileDropList
public boolean ContainsFileDropList() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, ThreadStateException, ExternalException, ArgumentOutOfRangeException
-
ContainsImage
public boolean ContainsImage() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, ThreadStateException, ExternalException, ArgumentOutOfRangeException
-
ContainsText
public boolean ContainsText() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, InvalidOperationException, IndexOutOfRangeException, ThreadStateException, ExternalException, ArgumentOutOfRangeException
-
ContainsText
public boolean ContainsText(TextDataFormat format) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, ThreadStateException, ExternalException
-
GetFileDropList
public StringCollection GetFileDropList() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, ThreadStateException, ExternalException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
GetImage
public Image GetImage() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, ThreadStateException, ExternalException, ArgumentOutOfRangeException
-
GetAudioStream
public Stream GetAudioStream() throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ThreadStateException, ExternalException
-
GetData
public NetObject GetData(java.lang.String format) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ThreadStateException, ExternalException
-
GetText
public java.lang.String GetText() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, InvalidOperationException, IndexOutOfRangeException, ThreadStateException, ExternalException, ArgumentOutOfRangeException
-
GetText
public java.lang.String GetText(TextDataFormat format) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, ThreadStateException, ExternalException
-
GetDataObject
public IDataObject GetDataObject() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, OverflowException, FormatException, ArgumentOutOfRangeException, CultureNotFoundException, ThreadStateException, ExternalException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ThreadStateException, FormatException, ExternalException
-
SetAudio
public void SetAudio(byte[] audioBytes) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ThreadStateException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException, ExternalException
-
SetAudio
public void SetAudio(JCORefOut dupParam0) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ThreadStateException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException, ExternalException
-
SetAudio
public void SetAudio(Stream audioStream) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ThreadStateException, PlatformNotSupportedException, FormatException, ExternalException
-
SetData
public void SetData(java.lang.String format, NetObject data) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ThreadStateException, ExternalException
-
SetDataObject
public void SetDataObject(DataObject data) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, ThreadStateException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, ExternalException
-
SetFileDropList
public void SetFileDropList(StringCollection filePaths) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, ThreadStateException, ExternalException
-
SetImage
public void SetImage(Image image) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ThreadStateException, PlatformNotSupportedException, FormatException, ExternalException
-
SetText
public void SetText(java.lang.String text, TextDataFormat format) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, InvalidEnumArgumentException, ThreadStateException, ExternalException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
FormatException
InvalidEnumArgumentException
ThreadStateException
ExternalException
-
SetText
public void SetText(java.lang.String text) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, ThreadStateException, ExternalException
-
-