EventInfo.ParameterTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the data type given to the parameter located in the specified position in the array. This field is read-only.
public:
property cli::array <TypeCode> ^ ParameterTypes { cli::array <TypeCode> ^ get(); };
public TypeCode[] ParameterTypes { get; }
member this.ParameterTypes : TypeCode[]
Public ReadOnly Property ParameterTypes As TypeCode()
Property Value
TypeCode[]
An ushort data type for the parameter in the array at the position specified.