Name | Description | |
---|---|---|
![]() | ParamMapEventArgs Constructor | Creates a new ParamMapEventArgs object containing an empty name to value map. |
The following tables list the members exposed by ParamMapEventArgs.
Name | Description | |
---|---|---|
![]() | ParamMapEventArgs Constructor | Creates a new ParamMapEventArgs object containing an empty name to value map. |
Name | Description | |
---|---|---|
![]() | m_mapName2Value | This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
![]() | GetIntNamedParamAt | Returns the int value associated with a parameter name. |
![]() | GetIntParamAt | Returns the int value at the specified index. |
![]() | GetObjectNamedParamAt | Returns the object associated with the parameter name. |
![]() | GetObjectParamAt | Returns the object at the specified index in the map. |
![]() | GetStringNamedParamAt | Returns the string value associated with the parameter name. |
![]() | GetStringParamAt | Returns the string value at the specified index in the map. |