Mono Class Library: Overview

System.Runtime.InteropServices._Type: Members

The members of System.Runtime.InteropServices._Type are listed below.

Public Properties

[read-only]
AssemblySystem.Reflection.Assembly. Documentation for this section has not yet been entered.
[read-only]
AssemblyQualifiedNamestring. Documentation for this section has not yet been entered.
[read-only]
AttributesSystem.Reflection.TypeAttributes. Documentation for this section has not yet been entered.
[read-only]
BaseTypeType. Documentation for this section has not yet been entered.
[read-only]
DeclaringTypeType. Documentation for this section has not yet been entered.
[read-only]
FullNamestring. Documentation for this section has not yet been entered.
[read-only]
GUIDGuid. Documentation for this section has not yet been entered.
[read-only]
HasElementTypebool. Documentation for this section has not yet been entered.
[read-only]
IsAbstractbool. Documentation for this section has not yet been entered.
[read-only]
IsAnsiClassbool. Documentation for this section has not yet been entered.
[read-only]
IsArraybool. Documentation for this section has not yet been entered.
[read-only]
IsAutoClassbool. Documentation for this section has not yet been entered.
[read-only]
IsAutoLayoutbool. Documentation for this section has not yet been entered.
[read-only]
IsByRefbool. Documentation for this section has not yet been entered.
[read-only]
IsClassbool. Documentation for this section has not yet been entered.
[read-only]
IsCOMObjectbool. Documentation for this section has not yet been entered.
[read-only]
IsContextfulbool. Documentation for this section has not yet been entered.
[read-only]
IsEnumbool. Documentation for this section has not yet been entered.
[read-only]
IsExplicitLayoutbool. Documentation for this section has not yet been entered.
[read-only]
IsImportbool. Documentation for this section has not yet been entered.
[read-only]
IsInterfacebool. Documentation for this section has not yet been entered.
[read-only]
IsLayoutSequentialbool. Documentation for this section has not yet been entered.
[read-only]
IsMarshalByRefbool. Documentation for this section has not yet been entered.
[read-only]
IsNestedAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsNestedFamANDAssembool. Documentation for this section has not yet been entered.
[read-only]
IsNestedFamilybool. Documentation for this section has not yet been entered.
[read-only]
IsNestedFamORAssembool. Documentation for this section has not yet been entered.
[read-only]
IsNestedPrivatebool. Documentation for this section has not yet been entered.
[read-only]
IsNestedPublicbool. Documentation for this section has not yet been entered.
[read-only]
IsNotPublicbool. Documentation for this section has not yet been entered.
[read-only]
IsPointerbool. Documentation for this section has not yet been entered.
[read-only]
IsPrimitivebool. Documentation for this section has not yet been entered.
[read-only]
IsPublicbool. Documentation for this section has not yet been entered.
[read-only]
IsSealedbool. Documentation for this section has not yet been entered.
[read-only]
IsSerializablebool. Documentation for this section has not yet been entered.
[read-only]
IsSpecialNamebool. Documentation for this section has not yet been entered.
[read-only]
IsUnicodeClassbool. Documentation for this section has not yet been entered.
[read-only]
IsValueTypebool. Documentation for this section has not yet been entered.
[read-only]
MemberTypeSystem.Reflection.MemberTypes. Documentation for this section has not yet been entered.
[read-only]
ModuleSystem.Reflection.Module. Documentation for this section has not yet been entered.
[read-only]
Namestring. Documentation for this section has not yet been entered.
[read-only]
Namespacestring. Documentation for this section has not yet been entered.
[read-only]
ReflectedTypeType. Documentation for this section has not yet been entered.
[read-only]
TypeHandleRuntimeTypeHandle. Documentation for this section has not yet been entered.
[read-only]
TypeInitializerSystem.Reflection.ConstructorInfo. Documentation for this section has not yet been entered.
[read-only]
UnderlyingSystemTypeType. Documentation for this section has not yet been entered.

Public Methods

Equals(object) : bool
Documentation for this section has not yet been entered.
Equals(Type) : bool
Documentation for this section has not yet been entered.
FindInterfaces(System.Reflection.TypeFilter, object) : Type[]
Documentation for this section has not yet been entered.
FindMembers(System.Reflection.MemberTypes, System.Reflection.BindingFlags, System.Reflection.MemberFilter, object) : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
GetArrayRank() : int
Documentation for this section has not yet been entered.
GetConstructor(Type[]) : System.Reflection.ConstructorInfo
Documentation for this section has not yet been entered.
GetConstructor(System.Reflection.BindingFlags, System.Reflection.Binder, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.ConstructorInfo
Documentation for this section has not yet been entered.
GetConstructor(System.Reflection.BindingFlags, System.Reflection.Binder, System.Reflection.CallingConventions, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.ConstructorInfo
Documentation for this section has not yet been entered.
GetConstructors() : System.Reflection.ConstructorInfo[]
Documentation for this section has not yet been entered.
GetConstructors(System.Reflection.BindingFlags) : System.Reflection.ConstructorInfo[]
Documentation for this section has not yet been entered.
GetCustomAttributes(bool) : object[]
Documentation for this section has not yet been entered.
GetCustomAttributes(Type, bool) : object[]
Documentation for this section has not yet been entered.
GetDefaultMembers() : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
GetElementType() : Type
Documentation for this section has not yet been entered.
GetEvent(string) : System.Reflection.EventInfo
Documentation for this section has not yet been entered.
GetEvent(string, System.Reflection.BindingFlags) : System.Reflection.EventInfo
Documentation for this section has not yet been entered.
GetEvents() : System.Reflection.EventInfo[]
Documentation for this section has not yet been entered.
GetEvents(System.Reflection.BindingFlags) : System.Reflection.EventInfo[]
Documentation for this section has not yet been entered.
GetField(string) : System.Reflection.FieldInfo
Documentation for this section has not yet been entered.
GetField(string, System.Reflection.BindingFlags) : System.Reflection.FieldInfo
Documentation for this section has not yet been entered.
GetFields() : System.Reflection.FieldInfo[]
Documentation for this section has not yet been entered.
GetFields(System.Reflection.BindingFlags) : System.Reflection.FieldInfo[]
Documentation for this section has not yet been entered.
GetHashCode() : int
Documentation for this section has not yet been entered.
GetIDsOfNames(ref Guid, IntPtr, uint, uint, IntPtr)
Documentation for this section has not yet been entered.
GetInterface(string) : Type
Documentation for this section has not yet been entered.
GetInterface(string, bool) : Type
Documentation for this section has not yet been entered.
GetInterfaceMap(Type) : System.Reflection.InterfaceMapping
Documentation for this section has not yet been entered.
GetInterfaces() : Type[]
Documentation for this section has not yet been entered.
GetMember(string) : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
GetMember(string, System.Reflection.BindingFlags) : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
GetMember(string, System.Reflection.MemberTypes, System.Reflection.BindingFlags) : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
GetMembers() : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
GetMembers(System.Reflection.BindingFlags) : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
GetMethod(string) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
GetMethod(string, System.Reflection.BindingFlags) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
GetMethod(string, Type[]) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
GetMethod(string, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
GetMethod(string, System.Reflection.BindingFlags, System.Reflection.Binder, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
GetMethod(string, System.Reflection.BindingFlags, System.Reflection.Binder, System.Reflection.CallingConventions, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
GetMethods() : System.Reflection.MethodInfo[]
Documentation for this section has not yet been entered.
GetMethods(System.Reflection.BindingFlags) : System.Reflection.MethodInfo[]
Documentation for this section has not yet been entered.
GetNestedType(string) : Type
Documentation for this section has not yet been entered.
GetNestedType(string, System.Reflection.BindingFlags) : Type
Documentation for this section has not yet been entered.
GetNestedTypes() : Type[]
Documentation for this section has not yet been entered.
GetNestedTypes(System.Reflection.BindingFlags) : Type[]
Documentation for this section has not yet been entered.
GetProperties() : System.Reflection.PropertyInfo[]
Documentation for this section has not yet been entered.
GetProperties(System.Reflection.BindingFlags) : System.Reflection.PropertyInfo[]
Documentation for this section has not yet been entered.
GetProperty(string) : System.Reflection.PropertyInfo
Documentation for this section has not yet been entered.
GetProperty(string, System.Reflection.BindingFlags) : System.Reflection.PropertyInfo
Documentation for this section has not yet been entered.
GetProperty(string, Type) : System.Reflection.PropertyInfo
Documentation for this section has not yet been entered.
GetProperty(string, Type[]) : System.Reflection.PropertyInfo
Documentation for this section has not yet been entered.
GetProperty(string, Type, Type[]) : System.Reflection.PropertyInfo
Documentation for this section has not yet been entered.
GetProperty(string, Type, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.PropertyInfo
Documentation for this section has not yet been entered.
GetProperty(string, System.Reflection.BindingFlags, System.Reflection.Binder, Type, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.PropertyInfo
Documentation for this section has not yet been entered.
GetType() : Type
Documentation for this section has not yet been entered.
GetTypeInfo(uint, uint, IntPtr)
Documentation for this section has not yet been entered.
GetTypeInfoCount(out uint)
Documentation for this section has not yet been entered.
Invoke(uint, ref Guid, uint, short, IntPtr, IntPtr, IntPtr, IntPtr)
Documentation for this section has not yet been entered.
InvokeMember(string, System.Reflection.BindingFlags, System.Reflection.Binder, object, object[]) : object
Documentation for this section has not yet been entered.
InvokeMember(string, System.Reflection.BindingFlags, System.Reflection.Binder, object, object[], System.Globalization.CultureInfo) : object
Documentation for this section has not yet been entered.
InvokeMember(string, System.Reflection.BindingFlags, System.Reflection.Binder, object, object[], System.Reflection.ParameterModifier[], System.Globalization.CultureInfo, string[]) : object
Documentation for this section has not yet been entered.
IsAssignableFrom(Type) : bool
Documentation for this section has not yet been entered.
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.
IsInstanceOfType(object) : bool
Documentation for this section has not yet been entered.
IsSubclassOf(Type) : bool
Documentation for this section has not yet been entered.
ToString() : string
Documentation for this section has not yet been entered.