Construtor DispatchWrapper (Object)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Inicializa uma nova instância da classe DispatchWrapper com o objeto sendo encapsulado.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public DispatchWrapper(
object obj
)
public:
DispatchWrapper(
Object^ obj
)
new :
obj:Object -> DispatchWrapper
Public Sub New (
obj As Object
)
Parâmetros
obj
Type: System.ObjectO objeto a ser encapsulado e convertido em VT_DISPATCH.
Exceções
Exception | Condition |
---|---|
ArgumentException | obj não é uma classe ou uma matriz. -ou- obj não dá suporte a IDispatch. |
InvalidOperationException | O obj parâmetro foi marcado com um ComVisibleAttribute que foi passado um valor de atributo false. -ou- O obj parâmetro herda de um tipo marcado com um ComVisibleAttribute que foi passado um valor de atributo false. |
Segurança
for permission to call unmanaged code.
Security Action: Demand.
Associated Enumeration: F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 1.1
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1
Confira Também
Classe DispatchWrapper
Namespace System.Runtime.InteropServices
Retornar ao início