Click or drag to resize

CoreApp Class

This class represents core functionality application
Inheritance Hierarchy
SystemObject
  Rubedos.Viper.Net.PerceptionAppsCoreApp

Namespace:  Rubedos.Viper.Net.PerceptionApps
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public sealed class CoreApp : IPerceptionApp

The CoreApp type exposes the following members.

Properties
  NameDescription
Public propertyAppId
Application Id, used to query application info
Public propertyDescription
App description
Public propertyName
App name
Top
Methods
  NameDescription
Public methodActivate
Activate/deactivate the app
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsActivated
True if activated on device
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also