DataServiceContext.DefaultResolveType(String, String, String) Method

Definition

Determines the type that

protected internal Type DefaultResolveType (string typeName, string fullNamespace, string languageDependentNamespace);
member this.DefaultResolveType : string * string * string -> Type
Protected Friend Function DefaultResolveType (typeName As String, fullNamespace As String, languageDependentNamespace As String) As Type

Parameters

typeName
String

Name of the type to resolve.

fullNamespace
String

Namespace of the type.

languageDependentNamespace
String

Namespace of the type, can be different in VB than the fullNamespace.

Returns

Type that the name resolved to or null if none found.

Remarks

Function was added for Portable Lib support to handle the differences in accessing the assembly of the context.

Applies to