kodi
Public Member Functions | Public Attributes | List of all members
Platinum::ActionDescription Class Reference

Public Member Functions

virtual Boolean Equals (Object^ obj) override
 

Public Attributes

property String Name
 
internal __pad1__: ActionDescription(PLT_ActionDesc& devData) { m_pHandle = &devData
 

Member Data Documentation

◆ Name

property String Platinum::ActionDescription::Name
Initial value:
{
String^ get()
{
return gcnew String(m_pHandle->GetName());
}
}
property IEnumerable<ActionArgumentDescription^>^ Arguments
{
IEnumerable<ActionArgumentDescription^>^ get();
}
property Service^ ParentService
{
Service^ get();
}
public:
ActionArgumentDescription^ GetArgument(String^ name)

The documentation for this class was generated from the following file: