C# Class System.Security.Permissions.EnvironmentStringExpressionSet

Inheritance: System.Security.Util.StringExpressionSet
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
EnvironmentStringExpressionSet ( ) : System.Security
EnvironmentStringExpressionSet ( String str ) : System.Security

Méthodes protégées

Méthode Description
CreateNewEmpty ( ) : StringExpressionSet
ProcessSingleString ( String str ) : String
ProcessWholeString ( String str ) : String
StringSubsetString ( String left, String right, bool ignoreCase ) : bool

Method Details

CreateNewEmpty() protected méthode

protected CreateNewEmpty ( ) : StringExpressionSet
Résultat System.Security.Util.StringExpressionSet

EnvironmentStringExpressionSet() public méthode

public EnvironmentStringExpressionSet ( ) : System.Security
Résultat System.Security

EnvironmentStringExpressionSet() public méthode

public EnvironmentStringExpressionSet ( String str ) : System.Security
str String
Résultat System.Security

ProcessSingleString() protected méthode

protected ProcessSingleString ( String str ) : String
str String
Résultat String

ProcessWholeString() protected méthode

protected ProcessWholeString ( String str ) : String
str String
Résultat String

StringSubsetString() protected méthode

protected StringSubsetString ( String left, String right, bool ignoreCase ) : bool
left String
right String
ignoreCase bool
Résultat bool