Deprecated. Return the token defined in the original module for the ConstructorInfo.
[Visual Basic] Public Function GetConstructorDefToken( _ ByVal con As ConstructorInfo _ ) As MethodToken [C#] public MethodToken GetConstructorDefToken( ConstructorInfo con ); [C++] public: MethodToken GetConstructorDefToken( ConstructorInfo* con ); [JScript] public function GetConstructorDefToken( con : ConstructorInfo ) : MethodToken;
Returns the token of the constructor.
Exception Type | Condition |
---|---|
ArgumentNullException | if con is a null reference (in Visual Basic Nothing) |
ModuleBuilder Class | ModuleBuilder Members | System.Reflection.Emit Namespace