Compartir a través de


Estructura FUNCDESC

 

Publicado: octubre de 2016

Nota: Esta API ahora está obsoleta.

Utilice System.Runtime.InteropServices.ComTypes.FUNCDESC en su lugar.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public struct FUNCDESC
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public value struct FUNCDESC
[<Sealed>]
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
type FUNCDESC = struct end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
Public Structure FUNCDESC

Métodos

Nombre Descripción
System_CAPS_pubmethod Equals(Object)

Indica si esta instancia y un objeto especificado son iguales.(Heredado de ValueType).

System_CAPS_pubmethod GetHashCode()

Devuelve el código hash de esta instancia.(Heredado de ValueType).

System_CAPS_pubmethod GetType()

Obtiene el Type de la instancia actual.(Heredado de Object).

System_CAPS_pubmethod ToString()

Devuelve el nombre de tipo completo de esta instancia.(Heredado de ValueType).

Campos

Nombre Descripción
System_CAPS_pubfield callconv

Especifica la convención de llamada de una función.

System_CAPS_pubfield cParams

Cuenta el número total de parámetros.

System_CAPS_pubfield cParamsOpt

Cuenta los parámetros opcionales.

System_CAPS_pubfield cScodes

Cuenta los valores devueltos permitidos.

System_CAPS_pubfield elemdescFunc

Contiene el tipo de valor devuelto de la función.

System_CAPS_pubfield funckind

Especifica si la función es virtual, estática o sólo de envío.

System_CAPS_pubfield invkind

Especifica el tipo de una función de propiedad.

System_CAPS_pubfield lprgelemdescParam

Indica el tamaño de FUNCDESC.cParams.

System_CAPS_pubfield lprgscode

Almacena el recuento de errores de que una función puede devolver en un sistema de 16 bits.

System_CAPS_pubfield memid

Identifica el identificador de miembro de función.

System_CAPS_pubfield oVft

Especifica el desplazamiento en la VTBL para FUNCKIND.FUNC_VIRTUAL.

System_CAPS_pubfield wFuncFlags

Indica el System.Runtime.InteropServices.FUNCFLAGS de una función.

Comentarios

Para obtener información adicional acerca de FUNCDESC, vea MSDN Library.

Información de versión

.NET Framework
Disponible desde 1.1

Seguridad para subprocesos

Cualquier miembro ( Compartido en Visual Basic) estático público de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Ver también

Espacio de nombres System.Runtime.InteropServices

Volver al principio