C# 클래스 System.ComponentModel.WeakHashtable

This is a hashtable that stores object keys as weak references. It monitors memory usage and will periodically scavenge the hash table to clean out dead references.
상속: System.Collections.Hashtable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Remove ( object key ) : void
SetWeak ( object key, object value ) : void

비공개 메소드들

메소드 설명
ScavengeKeys ( ) : void
WeakHashtable ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( object key ) : void
key object
리턴 void

SetWeak() 공개 메소드

public SetWeak ( object key, object value ) : void
key object
value object
리턴 void