C# Class DevelPlatform.OneCEUtils.V8Formats.V8Formats.V8File.stElemAddr

Datei anzeigen Open project: YPermitin/V8Formats

Public Properties

Property Type Description
elem_data_addr System.UInt32
elem_header_addr System.UInt32
fffffff System.UInt32

Public Methods

Method Description
Size ( ) : uint
ToBytes ( ) : byte[]
stElemAddr ( MemoryTributary source, int beginIndex ) : System
stElemAddr ( byte source, int beginIndex ) : System

Method Details

Size() public static method

public static Size ( ) : uint
return uint

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

stElemAddr() public method

public stElemAddr ( MemoryTributary source, int beginIndex ) : System
source MemoryTributary
beginIndex int
return System

stElemAddr() public method

public stElemAddr ( byte source, int beginIndex ) : System
source byte
beginIndex int
return System

Property Details

elem_data_addr public_oe property

public UInt32,System elem_data_addr
return System.UInt32

elem_header_addr public_oe property

public UInt32,System elem_header_addr
return System.UInt32

fffffff public_oe property

public UInt32,System fffffff
return System.UInt32