graph BT
Type["UCOMITypeInfo2"]
class Type type-node
Syntax
[ComImport]
[Guid("00020412-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMITypeInfo2
Attributes
| Type |
Description |
| ComImportAttribute |
|
| GuidAttribute |
|
| InterfaceTypeAttribute |
|
Methods
| Name |
Value |
Summary |
| AddressOfMember(int, INVOKEKIND, IntPtr) |
void |
|
| CreateInstance(Object, Guid, Object) |
void |
|
| GetAllCustData(IntPtr) |
void |
|
| GetAllFuncCustData(int, CUSTDATA) |
void |
|
| GetAllImplTypeCustData(int, CUSTDATA) |
void |
|
| GetAllParamCustData(int, int, CUSTDATA) |
void |
|
| GetAllVarCustData(int, CUSTDATA) |
void |
|
| GetContainingTypeLib(UCOMITypeLib, int) |
void |
|
| GetCustData(Guid, Object) |
void |
|
| GetDllEntry(int, INVOKEKIND, string, string, short) |
void |
|
| GetDocumentation(int, string, string, int, string) |
void |
|
| GetDocumentation2(int, int, string, int, string) |
void |
|
| GetFuncCustData(int, Guid, Object) |
void |
|
| GetFuncDesc(int, IntPtr) |
void |
|
| GetFuncIndexOfMemId(int, INVOKEKIND, int) |
void |
|
| GetIDsOfNames(string[], int, int[]) |
void |
|
| GetImplTypeCustData(int, Guid, Object) |
void |
|
| GetImplTypeFlags(int, int) |
void |
|
| GetMops(int, string) |
void |
|
| GetNames(int, string[], int, int) |
void |
|
| GetParamCustData(int, int, Guid, Object) |
void |
|
| GetRefTypeInfo(int, UCOMITypeInfo) |
void |
|
| GetRefTypeOfImplType(int, int) |
void |
|
| GetTypeAttr(IntPtr) |
void |
|
| GetTypeComp(UCOMITypeComp) |
void |
|
| GetTypeFlags(int) |
void |
|
| GetTypeKind(TYPEKIND) |
void |
|
| GetVarCustData(int, Guid, Object) |
void |
|
| GetVarDesc(int, IntPtr) |
void |
|
| GetVarIndexOfMemId(int, int) |
void |
|
| Invoke(Object, int, short, DISPPARAMS, Object, EXCEPINFO, int) |
void |
|
| ReleaseFuncDesc(IntPtr) |
void |
|
| ReleaseTypeAttr(IntPtr) |
void |
|
| ReleaseVarDesc(IntPtr) |
void |
|