ICSharpCode.ILSpy.LoadedAssembly.DecrementAssemblyLoadDisableCount.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void
			public void Dispose()
			{
				if (!disposed) {
					disposed = true;
					assemblyLoadDisableCount--;
					// clear the lookup cache since we might have stored the lookups failed due to DisableAssemblyLoad()
					//MainWindow.Instance.CurrentAssemblyList.ClearCache();
				}
			}
		}
LoadedAssembly.DecrementAssemblyLoadDisableCount