Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
GetRelativePath ( |
Gets the relative path.
|
|
GetRelativeResource ( string relativePath ) : |
Gets a resource relative to this one based on the path
|
|
Resource ( string path ) : System |
Initializes a new instance of the Resource class.
|
|
Resource ( string path, string fixtureAssemblyName ) : System |
public Equals ( object obj ) : bool | ||
obj | object | The |
Результат | bool |
public GetRelativePath ( |
||
resource | The resource. | |
Результат | string |
public GetRelativeResource ( string relativePath ) : |
||
relativePath | string | The relative path. |
Результат |
public Resource ( string path ) : System | ||
path | string | The path. |
Результат | System |
public Resource ( string path, string fixtureAssemblyName ) : System | ||
path | string | |
fixtureAssemblyName | string | |
Результат | System |