HostedApplication.CreateInstance Method (String, String, WorkItem)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Method used to help create Instances of applications / objects
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
protected virtual object CreateInstance(
string assemblyUri,
string assemblyType,
WorkItem workItem
)
Protected Overridable Function CreateInstance (
assemblyUri As String,
assemblyType As String,
workItem As WorkItem
) As Object
Parameters
assemblyUri
Type: System.StringUri to the assembly.
assemblyType
Type: System.StringThe type for the application / class.
workItem
Type: Microsoft.Practices.CompositeUI.WorkItemnull to avoid using CAB's module loader service on loaded assembly
Return Value
Type: System.Object
Returns the object created.
See Also
CreateInstance Overload
HostedApplication Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright