ModuleBuilder._ModuleBuilder.GetTypeInfoCount(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see GetTypeInfoCount(UInt32).
virtual void System.Runtime.InteropServices._ModuleBuilder.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_ModuleBuilder::GetTypeInfoCount;
void _ModuleBuilder.GetTypeInfoCount (out uint pcTInfo);
abstract member System.Runtime.InteropServices._ModuleBuilder.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._ModuleBuilder.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _ModuleBuilder.GetTypeInfoCount
Parameters
- pcTInfo
- UInt32
The location that receives the number of type information interfaces provided by the object.
Implements
Exceptions
The method is called late-bound using the COM IDispatch
interface.
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code. For more information, see IDispatch::GetTypeInfoCount.
This member is an explicit interface member implementation. It can be used only when the ModuleBuilder instance is cast to an _ModuleBuilder interface.