Class IMonikerImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.runtime.interopservices.comtypes.IMonikerImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,IMoniker
public class IMonikerImplementation extends NetObject implements IMoniker
The base .NET class managing System.Runtime.InteropServices.ComTypes.IMoniker, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: mscorlibstatic java.lang.StringclassNameQualified class name: System.Runtime.InteropServices.ComTypes.IMonikerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IMonikerImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidBindToObject(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<Guid> riidResult, JCORefOut<NetObject> ppvResult)voidBindToStorage(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<Guid> riid, JCORefOut<NetObject> ppvObj)voidCommonPrefixWith(IMoniker pmkOther, JCORefOut<IMoniker> ppmkPrefix)voidComposeWith(IMoniker pmkRight, boolean fOnlyIfNotGeneric, JCORefOut<IMoniker> ppmkComposite)voidEnum(boolean fForward, JCORefOut<IEnumMoniker> ppenumMoniker)voidGetClassID(JCORefOut<Guid> pClassID)voidGetDisplayName(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut ppszDisplayName)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypevoidGetSizeMax(JCORefOut<java.util.concurrent.atomic.AtomicLong> pcbSize)voidGetTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<FILETIME> pFileTime)voidHash(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwHash)voidInverse(JCORefOut<IMoniker> ppmk)intIsDirty()intIsEqual(IMoniker pmkOtherMoniker)intIsRunning(IBindCtx pbc, IMoniker pmkToLeft, IMoniker pmkNewlyRunning)intIsSystemMoniker(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwMksys)voidLoad(IStream pStm)voidParseDisplayName(IBindCtx pbc, IMoniker pmkToLeft, java.lang.String pszDisplayName, JCORefOut<java.util.concurrent.atomic.AtomicInteger> pchEaten, JCORefOut<IMoniker> ppmkOut)voidReduce(IBindCtx pbc, int dwReduceHowFar, JCORefOut<IMoniker> ppmkToLeft, JCORefOut<IMoniker> ppmkReduced)voidRelativePathTo(IMoniker pmkOther, JCORefOut<IMoniker> ppmkRelPath)voidSave(IStream pStm, boolean fClearDirty)static IMonikerToIMoniker(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIMoniker, a cast assert is made to check if types are compatible.-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: mscorlib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Runtime.InteropServices.ComTypes.IMoniker- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIMoniker- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceIMoniker- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceIMoniker- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceIMoniker- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIMoniker- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIMoniker
public static IMoniker ToIMoniker(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIMoniker, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IMonikerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsDirty
public int IsDirty() throws java.lang.Throwable
-
IsEqual
public int IsEqual(IMoniker pmkOtherMoniker) throws java.lang.Throwable
-
IsRunning
public int IsRunning(IBindCtx pbc, IMoniker pmkToLeft, IMoniker pmkNewlyRunning) throws java.lang.Throwable
-
IsSystemMoniker
public int IsSystemMoniker(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwMksys) throws java.lang.Throwable
- Specified by:
IsSystemMonikerin interfaceIMoniker- Throws:
java.lang.Throwable
-
BindToObject
public void BindToObject(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<Guid> riidResult, JCORefOut<NetObject> ppvResult) throws java.lang.Throwable
- Specified by:
BindToObjectin interfaceIMoniker- Throws:
java.lang.Throwable
-
BindToStorage
public void BindToStorage(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<Guid> riid, JCORefOut<NetObject> ppvObj) throws java.lang.Throwable
- Specified by:
BindToStoragein interfaceIMoniker- Throws:
java.lang.Throwable
-
CommonPrefixWith
public void CommonPrefixWith(IMoniker pmkOther, JCORefOut<IMoniker> ppmkPrefix) throws java.lang.Throwable
- Specified by:
CommonPrefixWithin interfaceIMoniker- Throws:
java.lang.Throwable
-
ComposeWith
public void ComposeWith(IMoniker pmkRight, boolean fOnlyIfNotGeneric, JCORefOut<IMoniker> ppmkComposite) throws java.lang.Throwable
- Specified by:
ComposeWithin interfaceIMoniker- Throws:
java.lang.Throwable
-
Enum
public void Enum(boolean fForward, JCORefOut<IEnumMoniker> ppenumMoniker) throws java.lang.Throwable
-
GetClassID
public void GetClassID(JCORefOut<Guid> pClassID) throws java.lang.Throwable
- Specified by:
GetClassIDin interfaceIMoniker- Throws:
java.lang.Throwable
-
GetDisplayName
public void GetDisplayName(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut ppszDisplayName) throws java.lang.Throwable
- Specified by:
GetDisplayNamein interfaceIMoniker- Throws:
java.lang.Throwable
-
GetSizeMax
public void GetSizeMax(JCORefOut<java.util.concurrent.atomic.AtomicLong> pcbSize) throws java.lang.Throwable
- Specified by:
GetSizeMaxin interfaceIMoniker- Throws:
java.lang.Throwable
-
GetTimeOfLastChange
public void GetTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft, JCORefOut<FILETIME> pFileTime) throws java.lang.Throwable
- Specified by:
GetTimeOfLastChangein interfaceIMoniker- Throws:
java.lang.Throwable
-
Hash
public void Hash(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwHash) throws java.lang.Throwable
-
Load
public void Load(IStream pStm) throws java.lang.Throwable
-
ParseDisplayName
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
- Specified by:
ParseDisplayNamein interfaceIMoniker- Throws:
java.lang.Throwable
-
Reduce
public void Reduce(IBindCtx pbc, int dwReduceHowFar, JCORefOut<IMoniker> ppmkToLeft, JCORefOut<IMoniker> ppmkReduced) throws java.lang.Throwable
-
RelativePathTo
public void RelativePathTo(IMoniker pmkOther, JCORefOut<IMoniker> ppmkRelPath) throws java.lang.Throwable
- Specified by:
RelativePathToin interfaceIMoniker- Throws:
java.lang.Throwable
-
-