C# Class System.Globalization.BaseInfoTable

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
m_pCultureHeader CultureTableHeader*
m_valid bool
memoryMapFile MemoryMapFile

Private Properties

Property Type Description
BaseInfoTable System
CompareStringToStringPoolStringBinary int
GetStringArray String[]
GetStringPoolString String
GetWordArrayArray int[][]
InitializeBaseInfoTablePointers void
SetDataItemPointers void

Public Methods

Method Description
Equals ( Object value ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
BaseInfoTable ( String fileName, bool fromAssembly ) : System
CompareStringToStringPoolStringBinary ( String name, int offset ) : int
GetStringArray ( uint iOffset ) : String[]
GetStringPoolString ( uint offset ) : String
GetWordArrayArray ( uint iOffset ) : int[][]
InitializeBaseInfoTablePointers ( String fileName, bool fromAssembly ) : void
SetDataItemPointers ( ) : void

Method Details

Equals() public method

public Equals ( Object value ) : bool
value Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

m_pCultureHeader protected_oe property

protected CultureTableHeader* m_pCultureHeader
return CultureTableHeader*

m_valid protected_oe property

protected bool m_valid
return bool

memoryMapFile protected_oe property

protected MemoryMapFile,System.Globalization memoryMapFile
return MemoryMapFile