Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetMetadataReader() [2/3]

static MetadataReader System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader ( this PEReader peReader,
MetadataReaderOptions options )
inlinestatic

Definition at line 28 of file PEReaderExtensions.cs.

29 {
30 return peReader.GetMetadataReader(options, null);
31 }

References System.options.