ReflectedTypesProvider.GetReflectedType Method

Definition

Overloads

GetReflectedType(String)
GetReflectedType(String, Boolean)

GetReflectedType(String)

public:
 Type ^ GetReflectedType(System::String ^ modelType);
public Type GetReflectedType (string modelType);
member this.GetReflectedType : string -> Type
Public Function GetReflectedType (modelType As String) As Type

Parameters

modelType
String

Returns

Type

Applies to

GetReflectedType(String, Boolean)

public:
 Type ^ GetReflectedType(System::String ^ modelType, bool lookInDependencies);
public Type GetReflectedType (string modelType, bool lookInDependencies);
member this.GetReflectedType : string * bool -> Type
Public Function GetReflectedType (modelType As String, lookInDependencies As Boolean) As Type

Parameters

modelType
String
lookInDependencies
Boolean

Returns

Type

Applies to