Package system.runtime.interopservices
Class UCOMITypeLibImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.runtime.interopservices.UCOMITypeLibImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,UCOMITypeLib
public class UCOMITypeLibImplementation extends NetObject implements UCOMITypeLib
The base .NET class managing System.Runtime.InteropServices.UCOMITypeLib, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.InteropServices.UCOMITypeLib
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.UCOMITypeLibstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description UCOMITypeLibImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidFindName(java.lang.String szNameBuf, int lHashVal, JCORefOut<UCOMITypeInfo[]> ppTInfo, JCORefOut rgMemId, JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Short>> pcFound)voidGetDocumentation(int index, JCORefOut strName, JCORefOut strDocString, JCORefOut<java.util.concurrent.atomic.AtomicInteger> dwHelpContext, JCORefOut strHelpFile)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 TypevoidGetTypeComp(JCORefOut<UCOMITypeComp> ppTComp)voidGetTypeInfo(int index, JCORefOut<UCOMITypeInfo> ppTI)intGetTypeInfoCount()voidGetTypeInfoOfGuid(JCORefOut<Guid> guid, JCORefOut<UCOMITypeInfo> ppTInfo)voidGetTypeInfoType(int index, JCORefOut<TYPEKIND> pTKind)booleanIsName(java.lang.String szNameBuf, int lHashVal)static UCOMITypeLibToUCOMITypeLib(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoUCOMITypeLib, 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.UCOMITypeLib- 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 interfaceUCOMITypeLib- 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 interfaceUCOMITypeLib- 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 interfaceUCOMITypeLib- 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 interfaceUCOMITypeLib- 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 interfaceUCOMITypeLib- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToUCOMITypeLib
public static UCOMITypeLib ToUCOMITypeLib(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoUCOMITypeLib, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
UCOMITypeLibinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsName
public boolean IsName(java.lang.String szNameBuf, int lHashVal) throws java.lang.Throwable- Specified by:
IsNamein interfaceUCOMITypeLib- Throws:
java.lang.Throwable
-
GetTypeInfoCount
public int GetTypeInfoCount() throws java.lang.Throwable- Specified by:
GetTypeInfoCountin interfaceUCOMITypeLib- Throws:
java.lang.Throwable
-
FindName
public void FindName(java.lang.String szNameBuf, int lHashVal, JCORefOut<UCOMITypeInfo[]> ppTInfo, JCORefOut rgMemId, JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Short>> pcFound) throws java.lang.Throwable- Specified by:
FindNamein interfaceUCOMITypeLib- Throws:
java.lang.Throwable
-
GetDocumentation
public void GetDocumentation(int index, JCORefOut strName, JCORefOut strDocString, JCORefOut<java.util.concurrent.atomic.AtomicInteger> dwHelpContext, JCORefOut strHelpFile) throws java.lang.Throwable- Specified by:
GetDocumentationin interfaceUCOMITypeLib- Throws:
java.lang.Throwable
-
GetTypeComp
public void GetTypeComp(JCORefOut<UCOMITypeComp> ppTComp) throws java.lang.Throwable
- Specified by:
GetTypeCompin interfaceUCOMITypeLib- Throws:
java.lang.Throwable
-
GetTypeInfo
public void GetTypeInfo(int index, JCORefOut<UCOMITypeInfo> ppTI) throws java.lang.Throwable- Specified by:
GetTypeInfoin interfaceUCOMITypeLib- Throws:
java.lang.Throwable
-
GetTypeInfoOfGuid
public void GetTypeInfoOfGuid(JCORefOut<Guid> guid, JCORefOut<UCOMITypeInfo> ppTInfo) throws java.lang.Throwable
- Specified by:
GetTypeInfoOfGuidin interfaceUCOMITypeLib- Throws:
java.lang.Throwable
-
GetTypeInfoType
public void GetTypeInfoType(int index, JCORefOut<TYPEKIND> pTKind) throws java.lang.Throwable- Specified by:
GetTypeInfoTypein interfaceUCOMITypeLib- Throws:
java.lang.Throwable
-
-