Specifies the optional fields of the assembly metadata that are to be populated.
Namespace:
Gallio.Common.ReflectionAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum AssemblyMetadataFields |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration AssemblyMetadataFields |
Members
| Member name | Description | |
|---|---|---|
| Default |
Populates the basic PE format information about the assembly.
| |
| AssemblyName |
Populates the assembly name.
| |
| AssemblyReferences |
Populates the list of assembly references.
| |
| RuntimeVersion |
Populates the runtime version.
| |
| Format |
Formats an object using the default IFormatter.
| |
| Format |
Formats an object using the specified IFormatter.
|
