Freigeben über


DkmILExecuteIntrinsic.ArgumentCount Property

Definition

The number of arguments to pass to the intrinsic function. These arguments are popped off the IL stack.

public:
 property System::UInt32 ArgumentCount { System::UInt32 get(); };
public:
 property unsigned int ArgumentCount { unsigned int get(); };
public uint ArgumentCount { get; }
member this.ArgumentCount : uint32
Public ReadOnly Property ArgumentCount As UInteger

Property Value

Returns UInt32.

Applies to