C# 클래스 System.Web.Configuration.HttpCapabilitiesBase

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateCapabilityNotFoundException Exception
Get bool
GetTagWriter Type
InternalGetClrVersions void
ReadArrayList ArrayList
ReadBoolean bool
ReadDouble double
ReadInt32 int
ReadString string
ReadVersion Version
Set void

공개 메소드들

메소드 설명
GetClrVersions ( ) : Version[]
IsBrowser ( string browserName ) : bool

비공개 메소드들

메소드 설명
CreateCapabilityNotFoundException ( string key ) : Exception
Get ( int idx ) : bool
GetTagWriter ( ) : Type
InternalGetClrVersions ( ) : void
ReadArrayList ( string key ) : ArrayList
ReadBoolean ( string key ) : bool
ReadDouble ( string key ) : double
ReadInt32 ( string key ) : int
ReadString ( string key ) : string
ReadVersion ( string key ) : Version
Set ( int idx ) : void

메소드 상세

GetClrVersions() 공개 메소드

public GetClrVersions ( ) : Version[]
리턴 Version[]

IsBrowser() 공개 메소드

public IsBrowser ( string browserName ) : bool
browserName string
리턴 bool