Calculate the number of bytes required to hold the parameters for the specified method.
[Visual Basic] Public Shared Function NumParamBytes( _ ByVal m As MethodInfo _ ) As Integer [C#] public static int NumParamBytes( MethodInfo m ); [C++] public: static int NumParamBytes( MethodInfo* m ); [JScript] public static function NumParamBytes( m : MethodInfo ) : int;
Number of bytes required.
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace