ShellItemId Methods |
The ShellItemId type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CheckedSize |
Gets a checked data size.
|
![]() | ComputeHashCode |
Computes the hash code for this instance.
|
![]() ![]() | CopyToPointer |
Allocates a buffer and copies this instance data to it.
|
![]() | Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | Equals(ShellItemId) |
Indicates whether the current object is equal to another object of the same type.
|
![]() ![]() | FromData |
Creates an instance of a ShellItemId from a PIDL data.
|
![]() ![]() | FromFileSystem(FileSystemInfo) |
Creates an instance of a ShellItemId from a FileSystemInfo instance.
Note the PIDL created is internal to ShellBoost, it cannot be used as a standard Windows Shell PIDL.
|
![]() ![]() | FromFileSystem(String, FileAttributes) |
Creates an instance of a ShellItemId from a file system name and attributes.
Note the PIDL created is internal to ShellBoost, it cannot be used as a standard Windows Shell PIDL.
|
![]() ![]() | FromPayload(Byte) |
Creates an instance of a ShellItemId from a byte array representing a payload (without a header).
|
![]() ![]() | FromPayload(Byte, Int32) |
Creates an instance of a ShellItemId from a byte array representing a payload (without a header).
|
![]() ![]() | FromPayload(Byte, Int32, Int32) |
Creates an instance of a ShellItemId from a byte array representing a payload (without a header).
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetPayload |
Gets the payload, which is the Data without the Header.
|
![]() | TryGetFileSystemName(String) |
Tries to get a file system name from this instance.
Only supported for file system PIDLs created by ShellBoost, using ShellItemId.FromFileSystem or ShellItem's constructors with FileInfo or DirectoryInfo parameters.
|
![]() | TryGetFileSystemName(String, SFGAO) |
Tries to get a file system name and attributes from this instance.
Only supported for file system PIDLs created by ShellBoost, using ShellItemId.FromFileSystem or ShellItem's constructors with FileInfo or DirectoryInfo parameters.
|