C1ResourceLoader Constructor(String,Assembly)
In This Topic
Resource Loader.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Reflection.Assembly _
)
public C1ResourceLoader(
System.string ,
System.Reflection.Assembly
)
Parameters
- baseName
- base name
- assembly
- assembly
See Also