public interface ITypeLib2 extends IJCOBridgeReflected, ITypeLib
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.InteropServices.ComTypes.ITypeLib2
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.ITypeLib2
|
| Modifier and Type | Method and Description |
|---|---|
void |
FindName(java.lang.String szNameBuf,
int lHashVal,
JCORefOut<ITypeInfo[]> ppTInfo,
JCORefOut rgMemId,
JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Short>> pcFound) |
void |
GetCustData(JCORefOut<Guid> guid,
JCORefOut<NetObject> pVarVal) |
void |
GetDocumentation(int index,
JCORefOut strName,
JCORefOut strDocString,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> dwHelpContext,
JCORefOut strHelpFile) |
void |
GetDocumentation2(int index,
JCORefOut pbstrHelpString,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwHelpStringContext,
JCORefOut pbstrHelpStringDll) |
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 |
GetTypeComp(JCORefOut<ITypeComp> ppTComp) |
void |
GetTypeInfo(int index,
JCORefOut<ITypeInfo> ppTI) |
int |
GetTypeInfoCount() |
void |
GetTypeInfoOfGuid(JCORefOut<Guid> guid,
JCORefOut<ITypeInfo> ppTInfo) |
void |
GetTypeInfoType(int index,
JCORefOut<TYPEKIND> pTKind) |
boolean |
IsName(java.lang.String szNameBuf,
int lHashVal) |
static ITypeLib2 |
ToITypeLib2(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ITypeLib2, a cast assert is made to check if types are compatible. |
ToITypeLibstatic final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
void FindName(java.lang.String szNameBuf,
int lHashVal,
JCORefOut<ITypeInfo[]> ppTInfo,
JCORefOut rgMemId,
JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Short>> pcFound)
throws java.lang.Throwable
void GetCustData(JCORefOut<Guid> guid, JCORefOut<NetObject> pVarVal) throws java.lang.Throwable
java.lang.Throwablevoid GetDocumentation(int index,
JCORefOut strName,
JCORefOut strDocString,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> dwHelpContext,
JCORefOut strHelpFile)
throws java.lang.Throwable
GetDocumentation in interface ITypeLibjava.lang.Throwablevoid GetDocumentation2(int index,
JCORefOut pbstrHelpString,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwHelpStringContext,
JCORefOut pbstrHelpStringDll)
throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ITypeLibString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ITypeLibString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ITypeLibObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ITypeLibString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedgetJCOType in interface ITypeLibJCType representing the Type of the instantiated Classvoid GetTypeComp(JCORefOut<ITypeComp> ppTComp) throws java.lang.Throwable
GetTypeComp in interface ITypeLibjava.lang.Throwablevoid GetTypeInfo(int index,
JCORefOut<ITypeInfo> ppTI)
throws java.lang.Throwable
GetTypeInfo in interface ITypeLibjava.lang.Throwableint GetTypeInfoCount()
throws java.lang.Throwable
GetTypeInfoCount in interface ITypeLibjava.lang.Throwablevoid GetTypeInfoOfGuid(JCORefOut<Guid> guid, JCORefOut<ITypeInfo> ppTInfo) throws java.lang.Throwable
GetTypeInfoOfGuid in interface ITypeLibjava.lang.Throwablevoid GetTypeInfoType(int index,
JCORefOut<TYPEKIND> pTKind)
throws java.lang.Throwable
GetTypeInfoType in interface ITypeLibjava.lang.Throwableboolean IsName(java.lang.String szNameBuf,
int lHashVal)
throws java.lang.Throwable
static ITypeLib2 ToITypeLib2(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ITypeLib2, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedITypeLib2 instancejava.lang.Throwable - in case of error during cast operation