Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a reference that an application makes to an assembly that the application has installed in the global assembly cache.
typedef struct _FUSION_INSTALL_REFERENCE_ {
DWORD cbSize,
DWORD dwFlags,
GUID guidScheme,
LPCWSTR szIdentifier,
LPCWSTR szNonCanonicalData
} FUSION_INSTALL_REFERENCE, *LPFUSION_INSTALL_REFERENCE;
Members
Member |
Description |
|---|---|
cbSize |
The size of the structure in bytes. |
dwFlags |
Reserved for future extensibility. This value must be 0 (zero). |
guidScheme |
The entity that adds the reference. This field can have one of the following values:
|
szIdentifier |
A unique string that identifies the application that installed the assembly in the global assembly cache. Its value depends upon the value of the guidScheme field. |
szNonCanonicalData |
A string that is understood only by the entity that adds the reference. The global assembly cache stores this string, but does not use it. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Fusion.h
.NET Framework Version: 2.0