MultiTargetingSupportService 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示多目標支援服務的抽象類別。
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
- 繼承
-
MultiTargetingSupportService
- 實作
建構函式
MultiTargetingSupportService() |
初始化 MultiTargetingSupportService 類別的新執行個體。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetReflectionAssembly(AssemblyName) |
根據給定的組件名稱,取得反映組件。 |
GetReflectionType(Type) |
根據給定的物件型別,取得反映型別。 |
GetRuntimeType(Type) |
根據給定的反映型別,取得執行階段型別。 |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
IsSupportedType(Type) |
檢查目標架構是否支援指定的型別。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |