ModuleBuilder::_ModuleBuilder::GetTypeInfoCount Method (UInt32%)
For a description of this member, see _ModuleBuilder::GetTypeInfoCount.
Assembly: mscorlib (in mscorlib.dll)
private: virtual void GetTypeInfoCount( [OutAttribute] unsigned int% pcTInfo ) sealed = _ModuleBuilder::GetTypeInfoCount
Parameters
- pcTInfo
-
Type:
System::UInt32%
The location that receives the number of type information interfaces provided by the object.
| Exception | Condition |
|---|---|
| NotImplementedException | The method is called late-bound using the COM IDispatch interface. |
This method is for access to managed classes from unmanaged code, and should not be called from managed code. For more information about IDispatch::GetTypeInfoCount, see the MSDN Library.
This member is an explicit interface member implementation. It can be used only when the ModuleBuilder instance is cast to an _ModuleBuilder interface.
Available since 1.1