CreateObject() private method

private CreateObject ( Type type ) : object
type System.Type
return object
Example #1
0
 public override object CreateObject(string progID)
 {
     return(w.CreateObject(progID));
 }
Example #2
0
 /// <summary>
 /// See <see cref="HttpServerUtility"/> for a description.
 /// </summary>
 public object CreateObject(string progID)
 {
     return(_httpServerUtility.CreateObject(progID));
 }