Shell32Info Class |
Namespace: Alphaleonis.Win32.Filesystem
The Shell32Info type exposes the following members.
Name | Description | |
---|---|---|
Shell32Info(String) | Initializes a Shell32Info instance.
Remarks Shell32 is limited to MAX_PATH length. Remarks This constructor does not check if a file exists. This constructor is a placeholder for a string that is used to access the file in subsequent operations. | |
Shell32Info(String, PathFormat) | Initializes a Shell32Info instance.
Remarks Shell32 is limited to MAX_PATH length. Remarks This constructor does not check if a file exists. This constructor is a placeholder for a string that is used to access the file in subsequent operations. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIcon | Gets an IntPtr handle to the Shell icon that represents the file. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVerbCommand | Gets the Shell command association from the registry. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Refresh | Refreshes the state of the object. | |
ToString | Returns the path as a string. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Association | Gets the Shell file or protocol association from the registry. | |
Attributes | The attributes of the file object. | |
Command | Gets the Shell command association from the registry. | |
ContentType | Gets the Shell command association from the registry. | |
DdeApplication | Gets the Shell DDE association from the registry. | |
DefaultIcon | Gets the Shell default icon association from the registry. | |
FriendlyAppName | Gets the Shell friendly application name association from the registry. | |
FriendlyDocName | Gets the Shell friendly document name association from the registry. | |
FullPath | Represents the fully qualified path of the file. | |
OpenWithAppName | Gets the Shell "Open With" command association from the registry. |