UCOMITypeInfo Interfaccia
Definizione
Attenzione
Use System.Runtime.InteropServices.ComTypes.ITypeInfo instead. http://go.microsoft.com/fwlink/?linkid=14202
Attenzione
Questa API è ora obsoleta.
public interface class UCOMITypeInfo
[System.Runtime.InteropServices.Guid("00020401-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMITypeInfo
[System.Runtime.InteropServices.Guid("00020401-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeInfo instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMITypeInfo
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00020401-0000-0000-c000-000000000046")]
public interface UCOMITypeInfo
[<System.Runtime.InteropServices.Guid("00020401-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMITypeInfo = interface
[<System.Runtime.InteropServices.Guid("00020401-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeInfo instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMITypeInfo = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00020401-0000-0000-c000-000000000046")>]
type UCOMITypeInfo = interface
Public Interface UCOMITypeInfo
- Attributi
Commenti
Per ulteriori informazioni su ITypeInfo
, vedere MSDN Library.For additional information about ITypeInfo
, see the MSDN Library.
Metodi
AddressOfMember(Int32, INVOKEKIND, IntPtr) |
Recupera gli indirizzi delle funzioni o delle variabili statiche, come quelle definite in una DLL.Retrieves the addresses of static functions or variables, such as those defined in a DLL. |
CreateInstance(Object, Guid, Object) |
Crea una nuova istanza di un tipo che descrive una classe di componenti (coclass).Creates a new instance of a type that describes a component class (coclass). |
GetContainingTypeLib(UCOMITypeLib, Int32) |
Recupera la libreria dei tipi che contiene questa descrizione del tipo e il relativo indice all'interno della libreria.Retrieves the type library that contains this type description and its index within that type library. |
GetDllEntry(Int32, INVOKEKIND, String, String, Int16) |
Recupera una descrizione o specifica di un punto di ingresso per una funzione in una DLL.Retrieves a description or specification of an entry point for a function in a DLL. |
GetDocumentation(Int32, String, String, Int32, String) |
Recupera la stringa di documentazione, il nome e il percorso completo del file della Guida e l'ID del contesto per l'argomento della Guida relativo a una descrizione del tipo specifica.Retrieves the documentation string, the complete Help file name and path, and the context ID for the Help topic for a specified type description. |
GetFuncDesc(Int32, IntPtr) |
Recupera la struttura FUNCDESC che contiene le informazioni relative a una funzione specificata.Retrieves the FUNCDESC structure that contains information about a specified function. |
GetIDsOfNames(String[], Int32, Int32[]) |
Esegue il mapping tra i nomi e gli ID dei membri e tra i nomi e gli ID dei parametri.Maps between member names and member IDs, and parameter names and parameter IDs. |
GetImplTypeFlags(Int32, Int32) |
Recupera il valore IMPLTYPEFLAGS per un'interfaccia implementata o un'interfaccia di base in una descrizione del tipo.Retrieves the IMPLTYPEFLAGS value for one implemented interface or base interface in a type description. |
GetMops(Int32, String) |
Recupera le informazioni di marshalling.Retrieves marshaling information. |
GetNames(Int32, String[], Int32, Int32) |
Recupera la variabile con l'ID del membro specificato (o il nome della proprietà o del metodo e i relativi parametri) che corrisponde all'ID della funzione specificato.Retrieves the variable with the specified member ID (or the name of the property or method and its parameters) that correspond to the specified function ID. |
GetRefTypeInfo(Int32, UCOMITypeInfo) |
Se una descrizione del tipo fa riferimento ad altre descrizioni, recupera le descrizioni del tipo cui fa riferimento.If a type description references other type descriptions, it retrieves the referenced type descriptions. |
GetRefTypeOfImplType(Int32, Int32) |
Se una descrizione del tipo descrive una classe COM, recupera la descrizione dei tipi delle interfacce implementate.If a type description describes a COM class, it retrieves the type description of the implemented interface types. |
GetTypeAttr(IntPtr) |
Recupera una struttura TYPEATTR che contiene gli attributi della descrizione del tipo.Retrieves a TYPEATTR structure that contains the attributes of the type description. |
GetTypeComp(UCOMITypeComp) |
Recupera l'interfaccia |
GetVarDesc(Int32, IntPtr) |
Recupera una struttura |
Invoke(Object, Int32, Int16, DISPPARAMS, Object, EXCEPINFO, Int32) |
Richiama un metodo o accede a una proprietà di un oggetto, che implementa l'interfaccia descritta dalla descrizione del tipo.Invokes a method, or accesses a property of an object, that implements the interface described by the type description. |
ReleaseFuncDesc(IntPtr) |
Libera un oggetto FUNCDESC precedentemente restituito da GetFuncDesc(Int32, IntPtr).Releases a FUNCDESC previously returned by GetFuncDesc(Int32, IntPtr). |
ReleaseTypeAttr(IntPtr) |
Libera un oggetto TYPEATTR precedentemente restituito da GetTypeAttr(IntPtr).Releases a TYPEATTR previously returned by GetTypeAttr(IntPtr). |
ReleaseVarDesc(IntPtr) |
Libera un oggetto |