This documentation is archived and is not being maintained.
RemotingServices::IsMethodOverloaded Method
Visual Studio 2010
Returns a Boolean value that indicates whether the method in the given message is overloaded.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- msg
- Type: System.Runtime.Remoting.Messaging::IMethodMessage
The message that contains a call to the method in question.
| Exception | Condition |
|---|---|
| SecurityException | The immediate caller does not have infrastructure permission. |
- SecurityPermission
for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: