MultiTargetingSupportService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an abstract class for multi-targeting support service.
public ref class MultiTargetingSupportService abstract : System::Activities::Presentation::Hosting::IMultiTargetingSupportService
public abstract class MultiTargetingSupportService : System.Activities.Presentation.Hosting.IMultiTargetingSupportService
type MultiTargetingSupportService = class
interface IMultiTargetingSupportService
Public MustInherit Class MultiTargetingSupportService
Implements IMultiTargetingSupportService
- Inheritance
-
MultiTargetingSupportService
- Implements
Constructors
MultiTargetingSupportService() |
Initializes a new instance of the MultiTargetingSupportService class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetReflectionAssembly(AssemblyName) |
Gets the reflection assembly given an assembly name. |
GetReflectionType(Type) |
Gets the reflection type give an object type. |
GetRuntimeType(Type) |
Gets the runtime type given a reflection type. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
IsSupportedType(Type) |
Checks if a given type is supported by target framework. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |