Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) ShockwaveReader.Dispose Examples
Programming Language:
C# (CSharp)
Class/Type:
ShockwaveReader
Method/Function:
Dispose
Examples at hotexamples.com:
1
C# (CSharp) ShockwaveReader.Dispose - 1 examples found
. These are the top rated real world C# (CSharp) examples of
ShockwaveReader.Dispose
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
ReadInt32(30)
ReadInt16(30)
ReadBytes(29)
ReadBigEndian(29)
ReadByte(21)
ReadString(17)
ReadRect(11)
ReadBEInt32(10)
Advance(7)
Read7BitEncodedInt(7)
ReadBEInt16(6)
ReadColor(6)
ReadReversedString(5)
ReadBoolean(3)
ReadUInt16(3)
ReadVarInt(3)
ReadDouble(2)
ReadUInt32(1)
ReadCompressedChunk(1)
ReadPoint(1)
ReadNullString(1)
Dispose(1)
Read(1)
PopulateVList(1)
WrapDecompressor(1)
Frequently Used Methods
ReadInt32 (30)
ReadInt16 (30)
ReadBytes (29)
ReadBigEndian (29)
ReadByte (21)
ReadString (17)
ReadRect (11)
ReadBEInt32 (10)
Advance (7)
Read7BitEncodedInt (7)
Frequently Used Methods
ReadBEInt16 (6)
ReadColor (6)
ReadReversedString (5)
ReadBoolean (3)
ReadUInt16 (3)
ReadVarInt (3)
ReadDouble (2)
ReadUInt32 (1)
ReadCompressedChunk (1)
ReadPoint (1)
ReadNullString (1)
Dispose (1)
Read (1)
PopulateVList (1)
WrapDecompressor (1)
Frequently Used Methods
ReadNullString (1)
Dispose (1)
Read (1)
PopulateVList (1)
WrapDecompressor (1)
Example #1
0
Show file
File:
ShockwaveFile.cs
Project:
jeffli678/Shockky
protected virtual void Dispose(bool disposing) { if (disposing) { _input.Dispose(); } }
x