System.Reflection

  Portable.NET  
 

System.Reflection Namespace

 
 

<< PrevUpNext >>

 
 
Classes
 · Assembly
 · AssemblyName
 · ConstructorInfo
 · EventInfo
 · FieldInfo
 · MemberInfo
 · MethodBase
 · MethodInfo
 · Module
 · ParameterInfo
 · PropertyInfo

There are 11 incomplete classes in this namespace

In total we are missing :

  0 constructors, 26 methods, 0 fields, 2 properties, and 1 events.
 
  
 
 
 

System.Reflection.Assembly

Status : should implement System.Runtime.InteropServices._Assembly, but does not
Method Summary
System.Object CreateInstance(System.String typeName)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Object CreateInstance(System.String typeName, System.Boolean ignoreCase)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Object CreateInstance(System.String typeName, System.Boolean ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Reflection.Module[] GetLoadedModules()should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Reflection.Module[] GetLoadedModules(System.Boolean getResourceModules)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Reflection.Module GetModule(System.String name)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Reflection.Module[] GetModules()should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Reflection.Module[] GetModules(System.Boolean getResourceModules)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Reflection.AssemblyName[] GetReferencedAssemblies()should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Reflection.Assembly GetSatelliteAssembly(System.Globalization.CultureInfo culture)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Reflection.Assembly GetSatelliteAssembly(System.Globalization.CultureInfo culture, System.Version version)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Type GetType(System.String name, System.Boolean throwOnError, System.Boolean ignoreCase)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Type GetType()Missing
System.Reflection.Module LoadModule(System.String moduleName, System.Byte[] rawModule)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Reflection.Module LoadModule(System.String moduleName, System.Byte[] rawModule, System.Byte[] rawSymbolStore)should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead
System.Void add_ModuleResolve(System.Reflection.ModuleResolveEventHandler value)should have attributes `public final virtual hidebysig specialname ', but has `public hidebysig specialname ' instead
System.Void remove_ModuleResolve(System.Reflection.ModuleResolveEventHandler value)should have attributes `public final virtual hidebysig specialname ', but has `public hidebysig specialname ' instead
Property Summary
System.Boolean GlobalAssemblyCache should have attributes `public final virtual hidebysig specialname ', but has `public hidebysig specialname ' instead
Event Summary
ModuleResolveshould have attributes `public final virtual newslot ', but has `public ' instead

 
  
 
 
 

System.Reflection.AssemblyName

Status : should implement System.Runtime.InteropServices._AssemblyName, but does not

 
  
 
 
 

System.Reflection.ConstructorInfo

Status : ClassInterfaceAttribute(0) is Missing
Method Summary
System.Type GetType()Missing
System.Object Invoke(System.Object[] parameters)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead

 
  
 
 
 

System.Reflection.EventInfo

Status : ClassInterfaceAttribute(0) is Missing
Method Summary
System.Type GetType()Missing

 
  
 
 
 

System.Reflection.FieldInfo

Status : ClassInterfaceAttribute(0) is Missing
Method Summary
System.Type GetType()Missing
Property Summary
System.Boolean IsLiteral should have attributes `public final virtual hidebysig specialname ', but has `public hidebysig specialname ' instead

 
  
 
 
 

System.Reflection.MemberInfo

Status : ClassInterfaceAttribute(0) is Missing
Method Summary
System.Type GetType()Missing

 
  
 
 
 

System.Reflection.MethodBase

Status : ClassInterfaceAttribute(0) is Missing
Method Summary
System.Type GetType()Missing

 
  
 
 
 

System.Reflection.MethodInfo

Status : ClassInterfaceAttribute(0) is Missing
Method Summary
System.Type GetType()Missing
System.Object Invoke(System.Object obj, System.Object[] parameters)Missing

 
  
 
 
 

System.Reflection.Module

Status : should implement System.Runtime.InteropServices._Module, but does not

 
  
 
 
 

System.Reflection.ParameterInfo

Status : should implement System.Runtime.InteropServices._ParameterInfo, but does not

 
  
 
 
 

System.Reflection.PropertyInfo

Status : ClassInterfaceAttribute(0) is Missing
Method Summary
System.Type GetType()Missing

 
 


 
 

This document is licensed under the GNU FDL.
Last Updated on 5-11-2007

Visit http://www.dotgnu.org for more details

[Powered by Free Software] [Graphics by Gimp] [Powered by GNU]
Maintained by Gopal.V