CorOpenFlags class enum

Contains flag values that control metadata behavior upon opening manifest files.

Constructors

CorOpenFlags()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ofCacheImage → const int
Obsolete. This flag is ignored.
ofCopyMemory → const int
Indicates that the file should be read into memory. Metadata should maintain its own copy.
ofManifestMetadata → const int
Obsolete. This flag is ignored.
ofNoTransform → const int
Indicates that automatic transforms of .winmd files should be disabled. In other words, the projection of a Windows Runtime type to a .NET Framework type should be disabled.
ofNoTypeLib → const int
Obsolete. This flag is ignored.
ofRead → const int
Indicates that the file should be opened for reading only.
ofReadOnly → const int
Indicates that the file should be opened for reading, and that a call to QueryInterface for an IMetaDataEmit cannot be made.
ofReadWriteMask → const int
A mask for reading and writing.
ofReserved → const int
Reserved for internal use.
ofReserved1 → const int
Reserved for internal use.
ofReserved2 → const int
Reserved for internal use.
ofTakeOwnership → const int
Indicates that the memory was allocated using a call to CoTaskMemAlloc and will be freed by the metadata.
ofWrite → const int
Indicates that the file should be opened for writing.