UnknownWrapper 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
UnknownWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.
包裝封送處理器應將其當做 VT_UNKNOWN
來封送處理的物件。
public ref class UnknownWrapper sealed
[System.Obsolete("UnknownWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")]
public sealed class UnknownWrapper
public sealed class UnknownWrapper
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public sealed class UnknownWrapper
[<System.Obsolete("UnknownWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")>]
type UnknownWrapper = class
type UnknownWrapper = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type UnknownWrapper = class
Public NotInheritable Class UnknownWrapper
- 繼承
-
UnknownWrapper
- 屬性
備註
只有在方法的Managed簽章採用 物件時才適用。
int MyMethod(Object o); //Managed signature
HRESULT MyMethod(VARIANT o); //COM signature
MyObject o = new MyObject();
MyMethod(o); //o gets passed as VARIANT VT_DISPATCH
MyMethod(new UnknownWrapper(o)); //o gets passed as VARIANT VT_UNKNOWN
建構函式
UnknownWrapper(Object) |
已淘汰.
使用要包裝的物件,初始化 UnknownWrapper 類別的新執行個體。 |
屬性
WrappedObject |
已淘汰.
取得這個包裝函式所包含的物件。 |
方法
Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
已淘汰.
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
已淘汰.
傳回代表目前物件的字串。 (繼承來源 Object) |