ReflectedTypesProvider.GetReflectedType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetReflectedType(String) | |
| GetReflectedType(String, Boolean) |
GetReflectedType(String)
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