Header menu logo fantomas

ILResource Type

 "Manifest ILResources" are chunks of resource data, being one of:
   - the data section of the current module (byte[] of resource given directly).
   - in an external file in this assembly (offset given in the ILResourceLocation field).
   - as a resources in another assembly of the same name.

Record fields

Record Field Description

Access

Full Usage: Access

Field type: ILResourceAccess
Field type: ILResourceAccess

CustomAttrsStored

Full Usage: CustomAttrsStored

Field type: ILAttributesStored
Field type: ILAttributesStored

Location

Full Usage: Location

Field type: ILResourceLocation
Field type: ILResourceLocation

MetadataIndex

Full Usage: MetadataIndex

Field type: int32
Field type: int32

Name

Full Usage: Name

Field type: string
Field type: string

Instance members

Instance member Description

this.CustomAttrs

Full Usage: this.CustomAttrs

Returns: ILAttributes
Returns: ILAttributes

this.GetBytes

Full Usage: this.GetBytes

Returns: ReadOnlyByteMemory

Read the bytes from a resource local to an assembly. Will fail for non-local resources.

Returns: ReadOnlyByteMemory

Type something to start searching.