Свойство | Тип | Описание | |
---|---|---|---|
progId | string |
Метод | Описание | |
---|---|---|
AddVerb ( |
Adds single ProgramVerb that define the verb supported by this ProgID.
|
|
Create ( |
Creates actual Programmatic Identifier key in registry that is used by other extensions.
|
|
Create ( string description, EditFlags editFlags, |
Creates actual Programmatic Identifier key in registry that is used by other extensions.
|
|
Create ( string description, |
Creates actual Programmatic Identifier key in registry that is used by other extensions.
|
|
Create ( ) : void |
Creates program id within registry.
|
|
Delete ( ) : void |
Deletes the current prog id.
|
|
ProgramAssociationInfo ( string progId ) : System |
Initializes a new instance of the ProgramAssociationInfo class, which acts as a wrapper for a Programmatic Identifier within the registry.
|
|
RemoveVerb ( |
Removes single ProgramVerb that define the verb supported by this ProgID.
|
|
RemoveVerb ( string name ) : void |
Removes single ProgramVerb that define the verb supported by this ProgID.
|
Метод | Описание | |
---|---|---|
AddVerbInternal ( |
Adds single ProgramVerb that define the verb supported by this ProgID.
|
|
GetAlwaysShowExt ( ) : bool |
Gets a value that determines if the file's extension will always be displayed.
|
|
GetDefaultIcon ( ) : |
|
|
GetDescription ( ) : string |
Gets a value that determines what the friendly name of the file is.
|
|
GetEditFlags ( ) : EditFlags |
Gets a value that determines numerous shell options for extension as well as limitations on how extension properties can be edited by programs that honor EditFlags
|
|
GetVerbs ( ) : ImageGlass.Library.FileAssociations.ProgramVerb[] |
Gets an array of ProgramVerb that define the verbs supported by this ProgID.
|
|
RemoveVerbInternal ( string name ) : void |
Removes single ProgramVerb that define the verb supported by this ProgID.
|
|
SetAlwaysShowExt ( bool value ) : void |
Sets a value that determines if the file's extension will always be shown.
|
|
SetDefaultIcon ( |
|
|
SetDescription ( string description ) : void |
Sets a value that determines what the friendly name of the file is.
|
|
SetEditFlags ( EditFlags flags ) : void |
Sets a value that determines numerous shell options for extension as well as limitations on how extension properties can be edited by programs that honor EditFlags
|
|
SetVerbs ( |
Sets an array of ProgramVerb that define the verbs supported by this ProgID
|
Метод | Описание | |
---|---|---|
TryGetInt ( byte arr, int &val ) : bool |
Attempts to convert the value within the input byte array into an integer.
|
public AddVerb ( |
||
verb | Single |
|
Результат | void |
protected AddVerbInternal ( |
||
verb | Single |
|
Результат | void |
public Create ( |
||
verb | Single |
|
Результат |
public Create ( string description, EditFlags editFlags, |
||
description | string | Friendly description of file type. |
editFlags | EditFlags | |
verb | Single |
|
Результат |
public Create ( string description, |
||
description | string | Friendly description of file type. |
verb | Single |
|
Результат |
protected GetVerbs ( ) : ImageGlass.Library.FileAssociations.ProgramVerb[] | ||
Результат | ImageGlass.Library.FileAssociations.ProgramVerb[] |
public ProgramAssociationInfo ( string progId ) : System | ||
progId | string | Name of program id to interface with. |
Результат | System |
public RemoveVerb ( |
||
verb | Single |
|
Результат | void |
public RemoveVerb ( string name ) : void | ||
name | string | Name of verb to remove. |
Результат | void |
protected RemoveVerbInternal ( string name ) : void | ||
name | string | Name of verb to remove |
Результат | void |
protected SetAlwaysShowExt ( bool value ) : void | ||
value | bool | Value that specifies if the file's extension should be always displayed. |
Результат | void |
protected SetDefaultIcon ( |
||
icon | ||
Результат | void |
protected SetDescription ( string description ) : void | ||
description | string | Friendly description of file type. |
Результат | void |
protected SetEditFlags ( EditFlags flags ) : void | ||
flags | EditFlags | |
Результат | void |
protected SetVerbs ( |
||
verbs | Array of |
|
Результат | void |