This documentation is archived and is not being maintained.
ITypeInfo Interface
Namespace:
Microsoft.VisualStudio.OLE.InteropAssembly:
Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
<GuidAttribute("00020401-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(1)>
<ComConversionLossAttribute>
Public Interface ITypeInfo
| Name | Description |
|---|
 | AddressOfMember() | |
 | CreateInstance(Guid, Object) | |
 | GetContainingTypeLib(ITypeLib, UInt32) | |
 | GetDllEntry(Int32, INVOKEKIND, UInt32, String, String, UInt16) | |
 | GetDocumentation(Int32, UInt32, String, String, UInt32, String) | |
 | GetFuncDesc(UInt32, IntPtr, CLEANLOCALSTORAGE()) | |
 | GetIDsOfNames() | |
 | GetImplTypeFlags(UInt32, Int32) | |
 | GetMops(Int32, String) | |
 | GetNames(Int32, String(), UInt32, UInt32) | |
 | GetRefTypeInfo(UInt32, Type) | |
 | GetRefTypeOfImplType(UInt32, UInt32) | |
 | GetTypeAttr(IntPtr, CLEANLOCALSTORAGE()) | |
 | GetTypeComp(ITypeComp) | |
 | GetVarDesc(UInt32, IntPtr, CLEANLOCALSTORAGE()) | |
 | Invoke() | |
 | ReleaseFuncDesc() | |
 | ReleaseTypeAttr() | |
 | ReleaseVarDesc() | |
Return to top