AppDomainProxy<TAppClass> Constructor(String,Boolean)
In This Topic
Creates a new instance of
AppDomainProxy<TAppClass> class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Boolean _
)
public AppDomainProxy<TAppClass>(
System.string ,
System.bool
)
Parameters
- AppName
- The name of the application.
- FromFile
- Whether to use the filename and assembly path that defines the requested type.
See Also