Método SafeHandle.SetHandle (IntPtr)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Define o identificador para o identificador pré-existente especificado.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
protected void SetHandle(
IntPtr handle
)
protected:
void SetHandle(
IntPtr handle
)
member SetHandle :
handle:nativeint -> unit
Protected Sub SetHandle (
handle As IntPtr
)
Parâmetros
handle
Type: System.IntPtrO identificador pré-existente a ser usado.
Comentários
Use o SetHandle identificadores em uma estrutura de saída do método somente se você precisar oferecer suporte a um identificador já existente (por exemplo, se o identificador é retornado em uma estrutura) porque a infraestrutura de interoperabilidade do .NET Framework COM não oferece suporte para marshaling.
Segurança
for permission to call unmanaged code. Security action: F:System.Security.Permissions.SecurityAction.LinkDemand. 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 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Silverlight
Disponível desde 2.0
Windows Phone Silverlight
Disponível desde 7.0
Windows Phone
Disponível desde 8.1
Confira Também
Classe SafeHandle
Namespace System.Runtime.InteropServices
Retornar ao início