IMethodCallMessage::GetInArg Method (Int32)
.NET Framework (current version)
Returns the specified argument that is not marked as an out parameter.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- argNum
-
Type:
System::Int32
The number of the requested in argument.
| Exception | Condition |
|---|---|
| SecurityException | The immediate caller makes the call through a reference to the interface and does not have infrastructure permission. |
SecurityPermission
for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure
.NET Framework
Available since 1.1
Available since 1.1
Show: