public class IDataObjectImplementation extends NetObject implements IDataObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.InteropServices.ComTypes.IDataObject
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: System.Runtime.InteropServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Runtime.InteropServices
|
static java.lang.String |
className
Qualified class name: System.Runtime.InteropServices.ComTypes.IDataObject
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IDataObjectImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DAdvise(JCORefOut<FORMATETC> pFormatetc,
ADVF advf,
IAdviseSink adviseSink,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> connection) |
void |
DUnadvise(int connection) |
int |
EnumDAdvise(JCORefOut<IEnumSTATDATA> enumAdvise) |
IEnumFORMATETC |
EnumFormatEtc(DATADIR direction) |
int |
GetCanonicalFormatEtc(JCORefOut<FORMATETC> formatIn,
JCORefOut<FORMATETC> formatOut) |
void |
GetData(JCORefOut<FORMATETC> format,
JCORefOut<STGMEDIUM> medium) |
void |
GetDataHere(JCORefOut<FORMATETC> format,
JCORefOut<STGMEDIUM> medium) |
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
|
int |
QueryGetData(JCORefOut<FORMATETC> format) |
void |
SetData(JCORefOut<FORMATETC> formatIn,
JCORefOut<STGMEDIUM> medium,
boolean release) |
static IDataObject |
ToIDataObject(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IDataObject, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IDataObjectImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic int DAdvise(JCORefOut<FORMATETC> pFormatetc, ADVF advf, IAdviseSink adviseSink, JCORefOut<java.util.concurrent.atomic.AtomicInteger> connection) throws java.lang.Throwable
DAdvise in interface IDataObjectjava.lang.Throwablepublic void DUnadvise(int connection)
throws java.lang.Throwable
DUnadvise in interface IDataObjectjava.lang.Throwablepublic int EnumDAdvise(JCORefOut<IEnumSTATDATA> enumAdvise) throws java.lang.Throwable
EnumDAdvise in interface IDataObjectjava.lang.Throwablepublic IEnumFORMATETC EnumFormatEtc(DATADIR direction) throws java.lang.Throwable
EnumFormatEtc in interface IDataObjectjava.lang.Throwablepublic int GetCanonicalFormatEtc(JCORefOut<FORMATETC> formatIn, JCORefOut<FORMATETC> formatOut) throws java.lang.Throwable
GetCanonicalFormatEtc in interface IDataObjectjava.lang.Throwablepublic void GetData(JCORefOut<FORMATETC> format, JCORefOut<STGMEDIUM> medium) throws java.lang.Throwable
GetData in interface IDataObjectjava.lang.Throwablepublic void GetDataHere(JCORefOut<FORMATETC> format, JCORefOut<STGMEDIUM> medium) throws java.lang.Throwable
GetDataHere in interface IDataObjectjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDataObjectgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDataObjectgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDataObjectgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDataObjectgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDataObjectgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int QueryGetData(JCORefOut<FORMATETC> format) throws java.lang.Throwable
QueryGetData in interface IDataObjectjava.lang.Throwablepublic void SetData(JCORefOut<FORMATETC> formatIn, JCORefOut<STGMEDIUM> medium, boolean release) throws java.lang.Throwable
SetData in interface IDataObjectjava.lang.Throwablepublic static IDataObject ToIDataObject(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IDataObject, a cast assert is made to check if types are compatible.ToIDataObject in interface IDataObjectfrom - IJCOBridgeReflected instance to be castedIDataObject instancejava.lang.Throwable - in case of error during cast operation