Slide 11
Slide 11 text
type ITypeProvider =
inherit IDisposable
abstract GetStaticParameters:
Type -> ParameterInfo []
abstract ApplyStaticArguments:
Type * string * obj [] -> Type
abstract GetNamespaces:
unit -> IProvidedNamespace []
abstract GetInvokerExpression:
MethodBase * ParameterExpression [] ->
Expression
abstract GetGeneratedAssemblyContents:
System.Reflection.Assembly -> byte[]
abstract Invalidate:
IEvent