Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RoleInstance"/> class.
 /// </summary>
 /// <param name="targetObject">The target object.</param>
 public RoleInstance(object targetObject)
     : base(TypeHelpers.GetLoadedType("Microsoft.WindowsAzure.ServiceRuntime.RoleInstance", "Microsoft.WindowsAzure.ServiceRuntime"), targetObject)
 {
 }