Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool |
Compares two resource Ids by value.
|
|
GetHashCode ( ) : int |
Resource Id hash code. Resource Ids of the same type have the same hash code.
|
|
IsIntResource ( ) : bool |
Returns true if the resource is an integer resource.
|
|
ResourceId ( |
A resource identifier.
|
|
ResourceId ( Kernel32 value ) : System |
A well-known resource-type identifier.
|
|
ResourceId ( string value ) : System |
A custom resource identifier.
|
|
ResourceId ( uint value ) : System |
A resource identifier.
|
|
ToString ( ) : string |
String representation of the resource Id.
|
Метод | Описание | |
---|---|---|
IsIntResource ( |
Returns true if the resource is an integer resource.
|
public ResourceId ( |
||
value | A integer or string resource id. | |
Результат | System |
public ResourceId ( Kernel32 value ) : System | ||
value | Kernel32 | A well known resource type. |
Результат | System |
public ResourceId ( string value ) : System | ||
value | string | |
Результат | System |
public ResourceId ( uint value ) : System | ||
value | uint | A integer resource id. |
Результат | System |