C# Класс Mono.Embedding.GenericServices

Provides services to make/instantiate/close generic types and methods from native code.
Показать файл Открыть проект

Приватные методы

Метод Описание
MakeGenericMethod ( MethodInfo method, Type typeArgs ) : IntPtr
MakeGenericMethod_1 ( MethodInfo method, Type arg0 ) : IntPtr
MakeGenericMethod_2 ( MethodInfo method, Type arg0, Type arg1 ) : IntPtr
MakeGenericMethod_3 ( MethodInfo method, Type arg0, Type arg1, Type arg2 ) : IntPtr
MakeGenericMethod_4 ( MethodInfo method, Type arg0, Type arg1, Type arg2, Type arg3 ) : IntPtr
MakeGenericType ( Type type, Type typeArgs ) : IntPtr
MakeGenericType_1 ( Type type, Type arg0 ) : IntPtr
MakeGenericType_2 ( Type type, Type arg0, Type arg1 ) : IntPtr
MakeGenericType_3 ( Type type, Type arg0, Type arg1, Type arg2 ) : IntPtr
MakeGenericType_4 ( Type type, Type arg0, Type arg1, Type arg2, Type arg3 ) : IntPtr