C# Class System.Web.Configuration.HttpCapabilitiesBase

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Properties

Свойство Type Description
CreateCapabilityNotFoundException Exception
Get bool
GetTagWriter Type
InternalGetClrVersions void
ReadArrayList ArrayList
ReadBoolean bool
ReadDouble double
ReadInt32 int
ReadString string
ReadVersion Version
Set void

Méthodes publiques

Méthode Description
GetClrVersions ( ) : Version[]
IsBrowser ( string browserName ) : bool

Private Methods

Méthode Description
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

Method Details

GetClrVersions() public méthode

public GetClrVersions ( ) : Version[]
Résultat Version[]

IsBrowser() public méthode

public IsBrowser ( string browserName ) : bool
browserName string
Résultat bool