public class IMonikerImplementation extends NetObject implements IMoniker
.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: System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.CoreLib
|
static java.lang.String |
className
Qualified class name: System.Runtime.InteropServices.ComTypes.IMoniker
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IMonikerImplementation(java.lang.Object instance)
Internal constructor.
|
| 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. |
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 IMonikerImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void BindToObject(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<Guid> riidResult, JCORefOut<NetObject> ppvResult) throws java.lang.Throwable
BindToObject in interface IMonikerjava.lang.Throwablepublic void BindToStorage(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<Guid> riid, JCORefOut<NetObject> ppvObj) throws java.lang.Throwable
BindToStorage in interface IMonikerjava.lang.Throwablepublic void CommonPrefixWith(IMoniker pmkOther, JCORefOut<IMoniker> ppmkPrefix) throws java.lang.Throwable
CommonPrefixWith in interface IMonikerjava.lang.Throwablepublic void ComposeWith(IMoniker pmkRight, boolean fOnlyIfNotGeneric, JCORefOut<IMoniker> ppmkComposite) throws java.lang.Throwable
ComposeWith in interface IMonikerjava.lang.Throwablepublic void Enum(boolean fForward,
JCORefOut<IEnumMoniker> ppenumMoniker)
throws java.lang.Throwable
public void GetClassID(JCORefOut<Guid> pClassID) throws java.lang.Throwable
GetClassID in interface IMonikerjava.lang.Throwablepublic void GetDisplayName(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut ppszDisplayName) throws java.lang.Throwable
GetDisplayName in interface IMonikerjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IMonikergetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IMonikergetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IMonikergetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IMonikergetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IMonikergetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic void GetSizeMax(JCORefOut<java.util.concurrent.atomic.AtomicLong> pcbSize) throws java.lang.Throwable
GetSizeMax in interface IMonikerjava.lang.Throwablepublic void GetTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<FILETIME> pFileTime) throws java.lang.Throwable
GetTimeOfLastChange in interface IMonikerjava.lang.Throwablepublic void Hash(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwHash) throws java.lang.Throwable
public int IsDirty()
throws java.lang.Throwable
public int IsEqual(IMoniker pmkOtherMoniker) throws java.lang.Throwable
public int IsRunning(IBindCtx pbc, IMoniker pmkToLeft, IMoniker pmkNewlyRunning) throws java.lang.Throwable
public int IsSystemMoniker(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwMksys) throws java.lang.Throwable
IsSystemMoniker in interface IMonikerjava.lang.Throwablepublic void Load(IStream pStm) throws java.lang.Throwable
public void ParseDisplayName(IBindCtx pbc, IMoniker pmkToLeft, java.lang.String pszDisplayName, JCORefOut<java.util.concurrent.atomic.AtomicInteger> pchEaten, JCORefOut<IMoniker> ppmkOut) throws java.lang.Throwable
ParseDisplayName in interface IMonikerjava.lang.Throwablepublic void Reduce(IBindCtx pbc, int dwReduceHowFar, JCORefOut<IMoniker> ppmkToLeft, JCORefOut<IMoniker> ppmkReduced) throws java.lang.Throwable
public void RelativePathTo(IMoniker pmkOther, JCORefOut<IMoniker> ppmkRelPath) throws java.lang.Throwable
RelativePathTo in interface IMonikerjava.lang.Throwablepublic void Save(IStream pStm, boolean fClearDirty) throws java.lang.Throwable
public static IMoniker ToIMoniker(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IMoniker, a cast assert is made to check if types are compatible.ToIMoniker in interface IMonikerfrom - IJCOBridgeReflected instance to be castedIMoniker instancejava.lang.Throwable - in case of error during cast operation