C# Class SharpOS.Korlib.Runtime.Signature

Inheritance: Metadata
显示文件 Open project: sharpos/SharpOS

Protected Methods

Method Description
DecompressValue ( byte blob, int &pos ) : uint

Signatures are compressed when in the blob heap. The compression acts on the integral values in the signature. Values could be 1, 2, or 4 bytes long, where either 7, 14, or 29 bits are used to hold the values respectively. For more information, see ECMA-335, fourth-edition, partition II, section 23.2, page 279.

Signature ( AssemblyMetadata assembly ) : System.Runtime.InteropServices

Method Details

DecompressValue() protected method

Signatures are compressed when in the blob heap. The compression acts on the integral values in the signature. Values could be 1, 2, or 4 bytes long, where either 7, 14, or 29 bits are used to hold the values respectively. For more information, see ECMA-335, fourth-edition, partition II, section 23.2, page 279.
protected DecompressValue ( byte blob, int &pos ) : uint
blob byte
pos int
return uint

Signature() protected method

protected Signature ( AssemblyMetadata assembly ) : System.Runtime.InteropServices
assembly SharpOS.AOT.Metadata.AssemblyMetadata
return System.Runtime.InteropServices