Method | Description | |
---|---|---|
EnvironmentStringExpressionSet ( ) : System.Security | ||
EnvironmentStringExpressionSet ( String str ) : System.Security |
Method | Description | |
---|---|---|
CreateNewEmpty ( ) : |
||
ProcessSingleString ( String str ) : String | ||
ProcessWholeString ( String str ) : String | ||
StringSubsetString ( String left, String right, bool ignoreCase ) : bool |
protected CreateNewEmpty ( ) : |
||
return |
public EnvironmentStringExpressionSet ( ) : System.Security | ||
return | System.Security |
public EnvironmentStringExpressionSet ( String str ) : System.Security | ||
str | String | |
return | System.Security |
protected ProcessSingleString ( String str ) : String | ||
str | String | |
return | String |
protected ProcessWholeString ( String str ) : String | ||
str | String | |
return | String |
protected StringSubsetString ( String left, String right, bool ignoreCase ) : bool | ||
left | String | |
right | String | |
ignoreCase | bool | |
return | bool |