HostedApplication.CreateInstance Method (String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Note: This API is now obsolete.
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
[ObsoleteAttribute("This method has been deprecated, use CreateInstance(string, string, WorkItem)")]
protected virtual object CreateInstance(
string assemblyUri,
string assemblyType
)
<ObsoleteAttribute("This method has been deprecated, use CreateInstance(string, string, WorkItem)")>
Protected Overridable Function CreateInstance (
assemblyUri As String,
assemblyType As String
) As Object
Parameters
assemblyUri
Type: System.StringUri to the assembly.
assemblyType
Type: System.StringThe type for the application / class.
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
© 2016 Microsoft. All rights reserved. Copyright