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) SharedFile.Release Examples
Programming Language:
C# (CSharp)
Class/Type:
SharedFile
Method/Function:
Release
Examples at hotexamples.com:
1
C# (CSharp) SharedFile.Release - 1 examples found
. These are the top rated real world C# (CSharp) examples of
SharedFile.Release
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Save(13)
Delete(5)
Start(2)
GetSharedFilesByPage(2)
GetSharedFiles(2)
GetHistoryFileAsIDataReader(2)
GetHistoryFile(2)
GetHistory(2)
SmbReader(2)
SmbExists(2)
DeleteHistory(2)
DeleteBySite(2)
DeleteByModule(2)
CreateHistory(2)
Pause(2)
IncrementDownloadCount(2)
RemovePeerOrSeeder(1)
ShareFile(1)
RestoreHistoryFile(1)
Release(1)
SmbWriter(1)
Remove(1)
AddChat(1)
ReadBlock(1)
PrepareDownloadFile(1)
PeerExists(1)
Lock(1)
LoadFile(1)
AddHistory(1)
GetHistoryByModule(1)
GetDownloadingBlock(1)
GetChatList(1)
AddSeeder(1)
IsBlockAvailable(1)
Frequently Used Methods
Save (13)
Delete (5)
Start (2)
GetSharedFilesByPage (2)
GetSharedFiles (2)
GetHistoryFileAsIDataReader (2)
GetHistoryFile (2)
GetHistory (2)
SmbReader (2)
SmbExists (2)
Frequently Used Methods
DeleteHistory (2)
DeleteBySite (2)
DeleteByModule (2)
CreateHistory (2)
Pause (2)
IncrementDownloadCount (2)
RemovePeerOrSeeder (1)
ShareFile (1)
RestoreHistoryFile (1)
Release (1)
SmbWriter (1)
Remove (1)
AddChat (1)
ReadBlock (1)
PrepareDownloadFile (1)
PeerExists (1)
Lock (1)
LoadFile (1)
AddHistory (1)
GetHistoryByModule (1)
Frequently Used Methods
SmbWriter (1)
Remove (1)
AddChat (1)
ReadBlock (1)
PrepareDownloadFile (1)
PeerExists (1)
Lock (1)
LoadFile (1)
AddHistory (1)
GetHistoryByModule (1)
GetDownloadingBlock (1)
GetChatList (1)
AddSeeder (1)
IsBlockAvailable (1)
Frequently Used Methods
GetDownloadingBlock (1)
GetChatList (1)
AddSeeder (1)
IsBlockAvailable (1)
Example #1
0
Show file
File:
FileManager_FileLocker.cs
Project:
Healix/Gw2Launcher
public void Dispose() { lock (this) { if (file != null) { file.Release(); file = null; } } }
x