Implemented interface member:
method
GetElementType
System.Runtime.InteropServices._Type.GetElementType()
13 overrides of GetElementType
mscorlib (7)
System.Activities.Presentation (1)
System.Data (1)
System.Web (1)
System.Workflow.ComponentModel (2)
System.WorkflowServices (1)
255 references to GetElementType
ComSvcConfig (2)
mscorlib (52)
PresentationBuildTasks (2)
PresentationCore (7)
PresentationFramework (4)
System (3)
System.Activities (16)
System.Activities.Presentation (1)
System.AddIn.Contract (6)
System.Core (23)
System.Data (1)
System.Data.DataSetExtensions (1)
System.Data.Entity (4)
System.Data.Linq (6)
System.Data.Services (2)
System.Data.Services.Client (5)
System.Management (2)
System.Runtime.Remoting (6)
System.Runtime.Serialization (15)
System.ServiceModel (17)
System\ServiceModel\ComIntegration\DispatchProxy.cs (8)
376throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new COMException(SR.GetString(SR.UnsupportedConversion, ret.GetType(), type.GetElementType()), HR.DISP_E_TYPEMISMATCH));
432Array arr = Array.CreateInstance(type.GetElementType(), objects.Length);
437if (type.GetElementType() != typeof(Int32) && type.GetElementType() != typeof(Int64))
448throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new COMException(SR.GetString(SR.UnsupportedConversion, objects[0].GetType(), type.GetElementType()), HR.DISP_E_TYPEMISMATCH));
453if (type.GetElementType() == typeof(Int32))
462throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new COMException(SR.GetString(SR.UnsupportedConversion, objects[i].GetType(), type.GetElementType()), HR.DISP_E_TYPEMISMATCH));
476throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new COMException(SR.GetString(SR.UnsupportedConversion, objects[i].GetType(), type.GetElementType()), HR.DISP_E_TYPEMISMATCH));
System.Web (8)
System.Web.Entity (1)
System.Web.Extensions (3)
System.Web.Services (7)
System.Windows.Forms (5)
System.Workflow.Activities (23)
System.Workflow.ComponentModel (9)
System.WorkflowServices (3)
System.Xml (16)
WindowsBase (1)
XamlBuildTask (4)