Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.MdUtf8String Struct Reference

Public Member Functions

unsafe override string ToString ()
 

Package Functions

unsafe MdUtf8String (void *pStringHeap)
 
unsafe MdUtf8String (byte *pUtf8String, int cUtf8String)
 
unsafe bool Equals (MdUtf8String s)
 
unsafe bool EqualsCaseInsensitive (MdUtf8String s)
 
unsafe uint HashCaseInsensitive ()
 

Private Member Functions

static unsafe bool EqualsCaseInsensitive (void *szLhs, void *szRhs, int cSz)
 
static unsafe uint HashCaseInsensitive (void *sz, int cSz)
 

Private Attributes

unsafe readonly byte * m_pStringHeap
 
readonly int m_StringHeapByteLength
 

Detailed Description

Definition at line 7 of file MdUtf8String.cs.


The documentation for this struct was generated from the following file: