[This is preliminary documentation and is subject to change.]
CTor for embdeded ico resource
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public ResourcePluginIconAttribute(
Type TypeInAssembly,
string ResourceName
) |
| Visual Basic |
|---|
Public Sub New ( _
TypeInAssembly As Type, _
ResourceName As String _
) |
| Visual C++ |
|---|
public:
ResourcePluginIconAttribute(
Type^ TypeInAssembly,
String^ ResourceName
) |
| F# |
|---|
new :
TypeInAssembly:Type *
ResourceName:string -> ResourcePluginIconAttribute |
Exceptions
See Also