terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ NodeType

Enumerator
DT_UNKNOWN 
DT_FIFO 
DT_CHR 
DT_DIR 
DT_BLK 
DT_REG 
DT_LNK 
DT_SOCK 
DT_WHT 

Definition at line 514 of file Interop.cs.

515 {
516 // Token: 0x04000057 RID: 87
518 // Token: 0x04000058 RID: 88
519 DT_FIFO,
520 // Token: 0x04000059 RID: 89
521 DT_CHR,
522 // Token: 0x0400005A RID: 90
523 DT_DIR = 4,
524 // Token: 0x0400005B RID: 91
525 DT_BLK = 6,
526 // Token: 0x0400005C RID: 92
527 DT_REG = 8,
528 // Token: 0x0400005D RID: 93
529 DT_LNK = 10,
530 // Token: 0x0400005E RID: 94
531 DT_SOCK = 12,
532 // Token: 0x0400005F RID: 95
533 DT_WHT = 14
534 }