1 |
4.469151 |
AssemblyFlags::afInMemory |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
afInMemory = 0x00000001, // An InMemory single-file assembly the filename == AssemblyName
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\alink.h(48,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
2 |
1.580083 |
AssemblyFlags |
Enum |
|
|
|
|
|
|
typedef enum _AssemblyFlags {
afNone = 0x00000000, // Normal case
afInMemory = 0x00000001, // An InMemory single-file assembly the filename == AssemblyName
afCleanModules = 0x00000002, // Use DeleteToken and Merging to remove the AssemblyAttributesGoHere
afNoRefHash = 0x00000004, // Do not generate hashes for AssemblyRefs
afNoDupTypeCheck = 0x00000008, // Do not check for duplicate types (ExportedType table + manifest file's TypeDef table)
afDupeCheckTypeFwds = 0x00000010, // Do dupe checking for type forwarders. This is so you can specify afNoDupTypeCheck for regular typedefs + afDupeCheckTypeFwds.
} AssemblyFlags;
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\alink.h(46,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|