Represents a flavor.
| C# | Visual Basic | Visual C++ |
public abstract class Flavor : MarshalByRefObject
Public MustInherit Class Flavor _ Inherits MarshalByRefObject
public ref class Flavor abstract : public MarshalByRefObject
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| Flavor(String, String) |
Creates a new flavor.
| |
| Flavor(String, String, String) |
Creates a new flavor.
| |
| BaseFlavor |
Gets the instance of the flavor this flavor derives from. (Or null if this is not the case).
| |
| BaseFlavorName |
The name of the flavor this flavor derives from.
| |
| CreateObjRef(Type) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
| Description |
The optional descritpion of the flavor.
| |
| DisplayName |
The name of instance the descriptor refers to, with arbitrary casing.
| |
| Enabled |
Enables or disables the flavor.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLifetimeService()()() |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GlueRuleRegistered |
Occurs when a glue rule is registered.
| |
| GlueRules |
The list of glue rules for the flavor.
| |
| InheritsFrom(String) |
Test whether the current flavor inherits from a flavor with the given name.
| |
| InitializeLifetimeService()()() |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
The name of the flavor.
| |
| OnGlueRuleRegistered(GlueRuleRegisteredEventArgs) |
Raises the GlueRuleRegistered event.
| |
| ToString()()() |
The name of the flavor.
(Overrides Object.ToString()()().) | |
| UseDesktopImageCapture |
Defines whether capturing screenshots from elements of this flavor should use the desktop capturing method.
|
| Object | ||
| MarshalByRefObject | ||
| Flavor | ||
