Name | Description | |
---|---|---|
Concat | Overloaded. Gets an enumerable object that contains first element and then elements of elements, in this order. | |
EqualsAny | Overloaded. Returns true if this item equals item1 or item2. | |
IsValidAbsoluteDirectoryPath | Overloaded. Determine whether this string is a valid absolute directory path or not. | |
IsValidAbsoluteFilePath | Overloaded. Determine whether this string is a valid file absolute path or not. | |
IsValidDirectoryPath | Overloaded. Determine whether this string is a valid directory path or not. | |
IsValidEnvVarDirectoryPath | Overloaded. Determine whether this string is a valid directory path prefixed with an environment variable or not. | |
IsValidEnvVarFilePath | Overloaded. Determine whether this string is a valid file path prefixed with an environment variable or not. | |
IsValidFilePath | Overloaded. Determine whether this string is a valid file path or not. | |
IsValidRelativeDirectoryPath | Overloaded. Determine whether this string is a valid relative directory path or not. | |
IsValidRelativeFilePath | Overloaded. Determine whether this string is a valid relative file path or not. | |
IsValidVariableDirectoryPath | Overloaded. Determine whether this string is a valid directory path that contains variables. | |
IsValidVariableFilePath | Overloaded. Determine whether this string is a valid file that contains variables, or not. | |
NewerVersion<T> | Returns the newer version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.NewerVersion<T> must be called instead. | |
OlderVersion<T> | Returns the older version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.OlderVersion<T> must be called instead. | |
ToAbsoluteDirectoryPath | Returns a new IAbsoluteDirectoryPath object from this string. | |
ToEnumerable<TElement> | Gets an enumerable object that contains only the single element element. | |
ToNullableDouble | If obj is a numeric primitive type, returns its value converted as double. else returns null. | |
ToRelativeDirectoryPath | Returns a new IRelativeDirectoryPath object from this string. | |
TryGetAbsoluteDirectoryPath | Overloaded. Try get a new IAbsoluteDirectoryPath object from this string. | |
TryGetAbsoluteFilePath | Overloaded. Try get a new IAbsoluteFilePath object from this string. | |
TryGetEnvVarDirectoryPath | Overloaded. Try get a new IEnvVarDirectoryPath object from this string. | |
TryGetEnvVarFilePath | Overloaded. Try get a new IEnvVarFilePath object from this string. | |
TryGetRelativeDirectoryPath | Overloaded. Try get a new IAbsoluteDirectoryPath object from this string. | |
TryGetRelativeFilePath | Overloaded. Try get a new IRelativeFilePath object from this string. | |
TryGetVariableDirectoryPath | Overloaded. Try get a new IVariableDirectoryPath object from this string. | |
TryGetVariableFilePath | Overloaded. Try get a new IVariableFilePath object from this string. |