NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeDelegator Members

Public:

Constructor

TypeDelegator Constructor Overloaded. Initializes a new instance of the TypeDelegator class.

Properties

AssemblyQualifiedName [To be supplied.]
Attributes (inherited from Type) Gets a bitmask indicating the attributes associated with the Type.
BaseType Retrieves the base type for the current type.
DeclaringType (inherited from Type) Gets the current Type.
FullName Retrieves the fully qualified name of the implemented type.
GUID Retrieves the GUID (Global Unique Identifier) of the implemented type.
HasElementType (inherited from Type) Gets a value indicating whether the Type ...
IsAbstract (inherited from Type) Gets a value indicating whether the Type is abstract and must be overridden.
IsAnsiClass (inherited from Type) Gets a value indicating whether the string format attribute AnsiClass is selected for the Type.
IsArray (inherited from Type) Gets a value indicating whether the Type is an array.
IsAutoClass (inherited from Type) Gets a value indicating whether the string format attribute AutoClass is selected for the Type.
IsAutoLayout (inherited from Type) Gets a value indicating whether the class layout attribute AutoLayout is selected for the Type.
IsByRef (inherited from Type) Gets a value indicating whether the Type is passed by reference.
IsClass (inherited from Type) Gets a value indicating whether the Type is a class; that is, not a value type or interface.
IsCOMObject (inherited from Type) Gets a value indicating whether the Type is a COM object.
IsContextful (inherited from Type) Gets a value indicating whether the Type can be hosted in a context.
IsEnum (inherited from Type) Gets a value indicating whether the Type is an enumeration.
IsExplicitLayout (inherited from Type) Gets a value indicating whether the class layout attribute ExplicitLayout is selected for the Type.
IsImport (inherited from Type) Gets a value indicating whether the Type was imported from another class.
IsInterface (inherited from Type) Gets a value indicating whether the Type is an interface; that is, not a class or a value type.
IsLayoutSequential (inherited from Type) Gets a value indicating whether the class layout attribute LayoutSequential is selected for the Type.
IsMarshalByRef (inherited from Type) Gets a value indicating whether the Type is marshalled by reference.
IsNestedAssembly (inherited from Type) Gets a value indicating whether the Type is nested and visible only within its own assembly.
IsNestedFamANDAssem (inherited from Type) Gets a value indicating whether the Type is nested and visible only to classes that belong to both its own family and its own assembly.
IsNestedFamily (inherited from Type) Gets a value indicating whether the Type is nested and visible only within its own family.
IsNestedFamORAssem (inherited from Type) Gets a value indicating whether the Type is nested and visible only to classes that belong to its own family or to its own assembly.
IsNestedPrivate (inherited from Type) Gets a value indicating whether the Type is nested and declared private.
IsNestedPublic (inherited from Type) Gets a value indicating whether the Type is nested and declared public.
IsNotPublic (inherited from Type) Gets a value indicating whether the Type is not declared public.
IsPointer (inherited from Type) Gets a value indicating whether the Type is a pointer.
IsPrimitive (inherited from Type) Gets a value indicating whether the Type is one of the primitive types.
IsPublic (inherited from Type) Gets a value indicating whether the Type is declared public.
IsSealed (inherited from Type) Gets a value indicating whether the Type is declared sealed.
IsSerializable (inherited from Type) Gets a value indicating whether the Type is serializable.
IsSpecialName (inherited from Type) Gets a value indicating whether the Type has a name that requires special handling.
IsUnicodeClass (inherited from Type) Gets a value indicating whether the string format attribute UnicodeClass is selected for the Type.
IsUnmanagedValueType (inherited from Type) Gets a value indicating whether the Type is one of the unmanaged value types.
IsValueType (inherited from Type) Gets a value indicating whether the Type is a value type; that is, not a class or an interface.
MemberType (inherited from Type) Gets a bit mask indicating the member type.
Module Retrieves the module of the implemented type.
Name Retrieves the name of the implemented type, with the path removed.
Namespace Retrieves the namespace of the implemented type.
ReflectedType (inherited from Type) Gets the current Type.
TypeHandle Retrieves the handle to the type for the implemented type.
TypeInitializer (inherited from Type) Gets the name of the class constructor for the Type.
UnderlyingSystemType Retrieves the underlying Type that represents the implemented type.

Methods

Equals (inherited from Type) Overloaded. Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object or Type.
FindInterfaces (inherited from Type) Returns an array of Type objects representing a filtered list of interfaces implemented or inherited by the current Type.
FindMembers (inherited from Type) Returns a filtered array of MemberInfo objects of the specified member type.
GetArrayRank (inherited from Type) When implemented by a derived class, gets the number of dimensions in an Array.
GetConstructor (inherited from Type) Overloaded. Gets a specific constructor of the current Type.
GetConstructors Overloaded. [To be supplied.]
GetCustomAttributes Overloaded. Returns an instance of each custom attribute defined on the given TypeDelegator.
GetDefaultMembers (inherited from Type) Searches for the members defined for the current Type whose DefaultMemberAttribute is set.
GetElementType To be supplied
GetEvent (inherited from Type) Overloaded. Gets a specific event declared or inherited by the current Type.
GetEvents Overloaded. [To be supplied.]
GetField (inherited from Type) Overloaded. Gets a specific field of the current Type.
GetFields (inherited from Type) Overloaded. Gets the fields of the current Type.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetInterface Overloaded. [To be supplied.]
GetInterfaceMap [To be supplied.]
GetInterfaces Returns an array of Type objects representing all the interfaces implemented on the current class and its superclasses.
GetMember (inherited from Type) Overloaded. Gets the specified members of the current Type.
GetMembers Overloaded. [To be supplied.]
GetMethod (inherited from Type) Overloaded. Gets a specific method of the current Type.
GetMethods (inherited from Type) Overloaded. Gets the methods of the current Type.
GetNestedType (inherited from Type) Overloaded. Gets a specific type nested within the current Type.
GetNestedTypes Overloaded. [To be supplied.]
GetProperties (inherited from Type) Overloaded. Gets the properties of the current Type.
GetProperty (inherited from Type) Overloaded. Gets a specific property of the current Type.
GetType (inherited from Object) Gets the Type of the Object.
InvokeMember (inherited from Type) Overloaded. Invokes a specific member of the current Type; essentially calls a constructor member or a method member, gets or sets a property member, gets or sets a data field member, or gets or sets an element of an array member.
IsAssignableFrom (inherited from Type) Determines whether an instance of the specified type can be assigned to the current Type instance.
IsDefined Checks to see if the TypeDelegator is defined on the given element (including inherited members).
IsInstanceOfType (inherited from Type) Determines whether the specified object is an instance of the Type.
IsSubclassOf (inherited from Type) Determines whether the current Type is a subclass of the specified class.
ToString (inherited from Type) Returns a String representing the name of the current Type.

Protected:

Constructor

TypeDelegator Constructor Overloaded. Initializes a new instance of the TypeDelegator class.

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
GetAttributeFlagsImpl Gets the attributes assigned to the TypeDelegator.
GetConstructorImpl Gets the constructor that implemented the TypeDelegator.
GetMethodImpl To be supplied
GetPropertyImpl To be supplied
HasElementTypeImpl To be supplied
IsArrayImpl To be supplied
IsByRefImpl Checks if this TypeDelegator is by reference.
IsCOMObjectImpl Checks if this TypeDelegator imports a COM type.
IsContextfulImpl (inherited from Type) Implements the IsContextful property and determines whether the Type can be hosted in a context.
IsMarshalByRefImpl (inherited from Type) Implements the IsMarshalByRef property and determines whether the Type is marshalled by reference.
IsPointerImpl To be supplied
IsPrimitiveImpl To be supplied
IsValueTypeImpl To be supplied
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Fields

typeImpl To be supplied

See Also

TypeDelegator Class | System.Reflection Namespace