RuntimeDelegateArgument 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
向執行階段描述 DelegateArgument 的特性。
public ref class RuntimeDelegateArgument sealed
public sealed class RuntimeDelegateArgument
type RuntimeDelegateArgument = class
Public NotInheritable Class RuntimeDelegateArgument
- 繼承
-
RuntimeDelegateArgument
建構函式
RuntimeDelegateArgument(String, Type, ArgumentDirection, DelegateArgument) |
使用指定的名稱、資料型別、引數方向和 RuntimeDelegateArgument,初始化 DelegateArgument 類別的新執行個體。 |
屬性
BoundArgument |
取得由這個 DelegateArgument 表示的 RuntimeDelegateArgument。 |
Direction |
取得流經 RuntimeDelegateArgument 的資料方向。 |
Name |
取得 RuntimeDelegateArgument 的名稱。 |
Type |
取得 RuntimeDelegateArgument 的資料型別。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |