Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PEStreamOptionsExtensions.cs
Go to the documentation of this file.
1
namespace
System.Reflection.PortableExecutable
;
2
3
internal
static
class
PEStreamOptionsExtensions
4
{
5
public
static
bool
IsValid
(
this
PEStreamOptions
options
)
6
{
7
return
(
options
& ~(
PEStreamOptions
.LeaveOpen |
PEStreamOptions
.PrefetchMetadata |
PEStreamOptions
.PrefetchEntireImage |
PEStreamOptions
.IsLoadedImage)) == 0;
8
}
9
}
System.Reflection.PortableExecutable.PEStreamOptionsExtensions.IsValid
static bool IsValid(this PEStreamOptions options)
Definition
PEStreamOptionsExtensions.cs:5
System.Reflection.PortableExecutable.PEStreamOptionsExtensions
Definition
PEStreamOptionsExtensions.cs:4
System.Reflection.PortableExecutable.PEStreamOptions
PEStreamOptions
Definition
PEStreamOptions.cs:5
System.Reflection.PortableExecutable
Definition
Characteristics.cs:1
System.ExceptionArgument.options
@ options
source
System.Reflection.Metadata
System.Reflection.PortableExecutable
PEStreamOptionsExtensions.cs
Generated by
1.10.0