Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ModuleBuilder::_ModuleBuilder::GetTypeInfoCount Method (UInt32%)

 

For a description of this member, see _ModuleBuilder::GetTypeInfoCount.

Namespace:   System.Reflection.Emit
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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft