struct

Ecma335::ParsedAssembly

Inherits Struct < Value < Object

Constructors

new(cli_header_rva : UInt32, metadata_rva : UInt32, metadata_root : MetadataRoot, api_model : ApiModel | Nil = nil)
Source

Instance methods

api_model
Source
cli_header_rva
Source
field_by_token?(token : UInt32) : FieldRow | Nil
Source
metadata_root
Source
metadata_rva
Source
method_def_by_token?(token : UInt32) : MethodDefRow | Nil
Source
type?(full_name : String) : ApiType | Nil
Source
type_def_by_token?(token : UInt32) : TypeDefRow | Nil
Source