public interface IMoniker extends IJCOBridgeReflected
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.InteropServices.ComTypes.IMoniker
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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.Runtime.InteropServices.ComTypes.IMoniker
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindToObject(IBindCtx pbc,
IMoniker pmkToLeft,
JCORefOut<Guid> riidResult,
JCORefOut<NetObject> ppvResult) |
void |
BindToStorage(IBindCtx pbc,
IMoniker pmkToLeft,
JCORefOut<Guid> riid,
JCORefOut<NetObject> ppvObj) |
void |
CommonPrefixWith(IMoniker pmkOther,
JCORefOut<IMoniker> ppmkPrefix) |
void |
ComposeWith(IMoniker pmkRight,
boolean fOnlyIfNotGeneric,
JCORefOut<IMoniker> ppmkComposite) |
void |
Enum(boolean fForward,
JCORefOut<IEnumMoniker> ppenumMoniker) |
void |
GetClassID(JCORefOut<Guid> pClassID) |
void |
GetDisplayName(IBindCtx pbc,
IMoniker pmkToLeft,
JCORefOut ppszDisplayName) |
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
|
void |
GetSizeMax(JCORefOut<java.util.concurrent.atomic.AtomicLong> pcbSize) |
void |
GetTimeOfLastChange(IBindCtx pbc,
IMoniker pmkToLeft,
JCORefOut<FILETIME> pFileTime) |
void |
Hash(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwHash) |
void |
Inverse(JCORefOut<IMoniker> ppmk) |
int |
IsDirty() |
int |
IsEqual(IMoniker pmkOtherMoniker) |
int |
IsRunning(IBindCtx pbc,
IMoniker pmkToLeft,
IMoniker pmkNewlyRunning) |
int |
IsSystemMoniker(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwMksys) |
void |
Load(IStream pStm) |
void |
ParseDisplayName(IBindCtx pbc,
IMoniker pmkToLeft,
java.lang.String pszDisplayName,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> pchEaten,
JCORefOut<IMoniker> ppmkOut) |
void |
Reduce(IBindCtx pbc,
int dwReduceHowFar,
JCORefOut<IMoniker> ppmkToLeft,
JCORefOut<IMoniker> ppmkReduced) |
void |
RelativePathTo(IMoniker pmkOther,
JCORefOut<IMoniker> ppmkRelPath) |
void |
Save(IStream pStm,
boolean fClearDirty) |
static IMoniker |
ToIMoniker(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IMoniker, a cast assert is made to check if types are compatible. |
static final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
void BindToObject(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<Guid> riidResult, JCORefOut<NetObject> ppvResult) throws java.lang.Throwable
java.lang.Throwablevoid BindToStorage(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<Guid> riid, JCORefOut<NetObject> ppvObj) throws java.lang.Throwable
java.lang.Throwablevoid CommonPrefixWith(IMoniker pmkOther, JCORefOut<IMoniker> ppmkPrefix) throws java.lang.Throwable
java.lang.Throwablevoid ComposeWith(IMoniker pmkRight, boolean fOnlyIfNotGeneric, JCORefOut<IMoniker> ppmkComposite) throws java.lang.Throwable
java.lang.Throwablevoid Enum(boolean fForward,
JCORefOut<IEnumMoniker> ppenumMoniker)
throws java.lang.Throwable
java.lang.Throwablevoid GetClassID(JCORefOut<Guid> pClassID) throws java.lang.Throwable
java.lang.Throwablevoid GetDisplayName(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut ppszDisplayName) throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedJCType representing the Type of the instantiated Classvoid GetSizeMax(JCORefOut<java.util.concurrent.atomic.AtomicLong> pcbSize) throws java.lang.Throwable
java.lang.Throwablevoid GetTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<FILETIME> pFileTime) throws java.lang.Throwable
java.lang.Throwablevoid Hash(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwHash) throws java.lang.Throwable
java.lang.Throwablevoid Inverse(JCORefOut<IMoniker> ppmk) throws java.lang.Throwable
java.lang.Throwableint IsDirty()
throws java.lang.Throwable
java.lang.Throwableint IsEqual(IMoniker pmkOtherMoniker) throws java.lang.Throwable
java.lang.Throwableint IsRunning(IBindCtx pbc, IMoniker pmkToLeft, IMoniker pmkNewlyRunning) throws java.lang.Throwable
java.lang.Throwableint IsSystemMoniker(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwMksys) throws java.lang.Throwable
java.lang.Throwablevoid Load(IStream pStm) throws java.lang.Throwable
java.lang.Throwablevoid ParseDisplayName(IBindCtx pbc, IMoniker pmkToLeft, java.lang.String pszDisplayName, JCORefOut<java.util.concurrent.atomic.AtomicInteger> pchEaten, JCORefOut<IMoniker> ppmkOut) throws java.lang.Throwable
java.lang.Throwablevoid Reduce(IBindCtx pbc, int dwReduceHowFar, JCORefOut<IMoniker> ppmkToLeft, JCORefOut<IMoniker> ppmkReduced) throws java.lang.Throwable
java.lang.Throwablevoid RelativePathTo(IMoniker pmkOther, JCORefOut<IMoniker> ppmkRelPath) throws java.lang.Throwable
java.lang.Throwablevoid Save(IStream pStm, boolean fClearDirty) throws java.lang.Throwable
java.lang.Throwablestatic IMoniker ToIMoniker(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IMoniker, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIMoniker instancejava.lang.Throwable - in case of error during cast operation