ITypeInfo2
AddressOfMember(Int32, INVOKEKIND, IntPtr)
CreateInstance(Object, Guid, Object)
GetAllCustData(IntPtr)
GetAllFuncCustData(Int32, IntPtr)
GetAllImplTypeCustData(Int32, IntPtr)
GetAllParamCustData(Int32, Int32, IntPtr)
GetAllVarCustData(Int32, IntPtr)
GetContainingTypeLib(ITypeLib, Int32)
GetCustData(Guid, Object)
GetDllEntry(Int32, INVOKEKIND, IntPtr, IntPtr, IntPtr)
GetDocumentation(Int32, String, String, Int32, String)
GetDocumentation2(Int32, String, Int32, String)
GetFuncCustData(Int32, Guid, Object)
GetFuncDesc(Int32, IntPtr)
GetFuncIndexOfMemId(Int32, INVOKEKIND, Int32)
GetIDsOfNames(String[], Int32, Int32[])
GetImplTypeCustData(Int32, Guid, Object)
GetImplTypeFlags(Int32, IMPLTYPEFLAGS)
GetMops(Int32, String)
GetNames(Int32, String[], Int32, Int32)
GetParamCustData(Int32, Int32, Guid, Object)
GetRefTypeInfo(Int32, ITypeInfo)
GetRefTypeOfImplType(Int32, Int32)
GetTypeAttr(IntPtr)
GetTypeComp(ITypeComp)
GetTypeFlags(Int32)
GetTypeKind(TYPEKIND)
GetVarCustData(Int32, Guid, Object)
GetVarDesc(Int32, IntPtr)
GetVarIndexOfMemId(Int32, Int32)
Invoke(Object, Int32, Int16, DISPPARAMS, IntPtr, IntPtr, Int32)
ReleaseFuncDesc(IntPtr)
ReleaseTypeAttr(IntPtr)
ReleaseVarDesc(IntPtr)
net10.0
namespace System.Runtime.InteropServices.ComTypes
{
[EditorBrowsable(EditorBrowsableState.Never)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeInfo2 : ITypeInfo
{
void GetParamCustData(int indexFunc, int indexParam, ref Guid guid, out object! pVarVal);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
| .NET Framework | 2.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Runtime.InteropServices , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API