Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: See .NET Framework System Requirements.
Header: Fusion.h
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0