C# 클래스 System.Html.PluginArray

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
GetEnumerator IEnumerator
PluginArray System.Collections.Generic
this Plugin
this Plugin

공개 메소드들

메소드 설명
Item ( int index ) : Plugin
NamedItem ( string name ) : Plugin
Refresh ( ) : void
Refresh ( bool reloadDocuments ) : void

비공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
PluginArray ( ) : System.Collections.Generic
this ( int index ) : Plugin
this ( string name ) : Plugin

메소드 상세

Item() 공개 메소드

public Item ( int index ) : Plugin
index int
리턴 Plugin

NamedItem() 공개 메소드

public NamedItem ( string name ) : Plugin
name string
리턴 Plugin

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( bool reloadDocuments ) : void
reloadDocuments bool
리턴 void