Click or drag to resize

DcAppletManagerService Methods

The DcAppletManagerService type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExtractDNPart
Extract a common name
(Inherited from LocalAppletManagerService.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetApplet(String)
Get applet by id
(Inherited from LocalAppletManagerService.)
Public methodGetApplet(String, String)
Get the specified applet
(Inherited from LocalAppletManagerService.)
Public methodGetApplets
Gets applets for the solution
(Inherited from LocalAppletManagerService.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPackage(String)
Get the specified package data
(Inherited from LocalAppletManagerService.)
Public methodGetPackage(String, String)
Get the specified package contents
(Inherited from LocalAppletManagerService.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInstall(AppletPackage, Boolean)
Performs an installation
(Inherited from LocalAppletManagerService.)
Public methodInstall(AppletSolution, Boolean)
Install a applet solution
(Inherited from LocalAppletManagerService.)
Public methodLoadApplet
Register applet
(Inherited from LocalAppletManagerService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNotifyChanged
Notify the applet has changed
(Inherited from LocalAppletManagerService.)
Public methodResolveAppletAsset
Resolve asset
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnInstall
Uninstall the applet package
(Inherited from LocalAppletManagerService.)
Protected methodVerifyPackage
Verifies the manifest against it's recorded signature
(Inherited from LocalAppletManagerService.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also