[This is preliminary documentation and is subject to change.]

CTor for embdeded ico resource

Namespace: Tools.TotalCommanderT
Assembly: 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
JScript
public function ResourcePluginIconAttribute(
	TypeInAssembly : Type, 
	ResourceName : String
)

Parameters

TypeInAssembly
Type: System..::..Type
Any type in assembly resource is defined in
ResourceName
Type: System..::..String
Name of embdeded resource of type icon

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionTypeInAssembly is null

See Also