Click or drag to resize

StiUndefinedType Class

[Missing <summary> documentation for "T:Stimulsoft.Base.StiUndefinedType"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public class StiUndefinedType : TypeDelegator

The StiUndefinedType type exposes the following members.

Constructors
  NameDescription
Public methodStiUndefinedType
Initializes a new instance of the StiUndefinedType class
Top
Properties
  NameDescription
Public propertyAssembly
Gets the assembly of the implemented type.
(Inherited from TypeDelegator.)
Public propertyAssemblyQualifiedName
Gets the assembly's fully qualified name.
(Inherited from TypeDelegator.)
Public propertyAttributes
Gets the attributes associated with the Type.
(Inherited from Type.)
Public propertyBaseType (Overrides TypeDelegatorBaseType.)
Public propertyContainsGenericParameters
Gets a value indicating whether the current Type object has type parameters that have not been replaced by specific types.
(Inherited from Type.)
Public propertyCustomAttributes
Gets a collection that contains this member's custom attributes.
(Inherited from MemberInfo.)
Public propertyDeclaredConstructors
Gets a collection of the constructors declared by the current type.
(Inherited from TypeInfo.)
Public propertyDeclaredEvents
Gets a collection of the events defined by the current type.
(Inherited from TypeInfo.)
Public propertyDeclaredFields
Gets a collection of the fields defined by the current type.
(Inherited from TypeInfo.)
Public propertyDeclaredMembers
Gets a collection of the members defined by the current type.
(Inherited from TypeInfo.)
Public propertyDeclaredMethods
Gets a collection of the methods defined by the current type.
(Inherited from TypeInfo.)
Public propertyDeclaredNestedTypes
Gets a collection of the nested types defined by the current type.
(Inherited from TypeInfo.)
Public propertyDeclaredProperties
Gets a collection of the properties defined by the current type.
(Inherited from TypeInfo.)
Public propertyDeclaringMethod
Gets a MethodBase that represents the declaring method, if the current Type represents a type parameter of a generic method.
(Inherited from Type.)
Public propertyDeclaringType
Gets the type that declares the current nested type or generic type parameter.
(Inherited from Type.)
Public propertyFullName (Overrides TypeDelegatorFullName.)
Public propertyGenericParameterAttributes
Gets a combination of GenericParameterAttributes flags that describe the covariance and special constraints of the current generic type parameter.
(Inherited from Type.)
Public propertyGenericParameterPosition
Gets the position of the type parameter in the type parameter list of the generic type or method that declared the parameter, when the Type object represents a type parameter of a generic type or a generic method.
(Inherited from Type.)
Public propertyGenericTypeArguments
Gets an array of the generic type arguments for this type.
(Inherited from Type.)
Public propertyGenericTypeParameters
Gets an array of the generic type parameters of the current instance.
(Inherited from TypeInfo.)
Public propertyGUID
Gets the GUID (globally unique identifier) of the implemented type.
(Inherited from TypeDelegator.)
Public propertyHasElementType
Gets a value indicating whether the current Type encompasses or refers to another type; that is, whether the current Type is an array, a pointer, or is passed by reference.
(Inherited from Type.)
Public propertyImplementedInterfaces
Gets a collection of the interfaces implemented by the current type.
(Inherited from TypeInfo.)
Public propertyIsAbstract
Gets a value indicating whether the Type is abstract and must be overridden.
(Inherited from Type.)
Public propertyIsAnsiClass
Gets a value indicating whether the string format attribute AnsiClass is selected for the Type.
(Inherited from Type.)
Public propertyIsArray
Gets a value that indicates whether the type is an array.
(Inherited from Type.)
Public propertyIsAutoClass
Gets a value indicating whether the string format attribute AutoClass is selected for the Type.
(Inherited from Type.)
Public propertyIsAutoLayout
Gets a value indicating whether the fields of the current type are laid out automatically by the common language runtime.
(Inherited from Type.)
Public propertyIsByRef
Gets a value indicating whether the Type is passed by reference.
(Inherited from Type.)
Public propertyIsClass
Gets a value indicating whether the Type is a class or a delegate; that is, not a value type or interface.
(Inherited from Type.)
Public propertyIsCOMObject
Gets a value indicating whether the Type is a COM object.
(Inherited from Type.)
Public propertyIsConstructedGenericType
Gets a value that indicates whether this object represents a constructed generic type.
(Inherited from TypeDelegator.)
Public propertyIsContextful
Gets a value indicating whether the Type can be hosted in a context.
(Inherited from Type.)
Public propertyIsEnum
Gets a value indicating whether the current Type represents an enumeration.
(Inherited from Type.)
Public propertyIsExplicitLayout
Gets a value indicating whether the fields of the current type are laid out at explicitly specified offsets.
(Inherited from Type.)
Public propertyIsGenericParameter
Gets a value indicating whether the current Type represents a type parameter in the definition of a generic type or method.
(Inherited from Type.)
Public propertyIsGenericType
Gets a value indicating whether the current type is a generic type.
(Inherited from Type.)
Public propertyIsGenericTypeDefinition
Gets a value indicating whether the current Type represents a generic type definition, from which other generic types can be constructed.
(Inherited from Type.)
Public propertyIsImport
Gets a value indicating whether the Type has a ComImportAttribute attribute applied, indicating that it was imported from a COM type library.
(Inherited from Type.)
Public propertyIsInterface
Gets a value indicating whether the Type is an interface; that is, not a class or a value type.
(Inherited from Type.)
Public propertyIsLayoutSequential
Gets a value indicating whether the fields of the current type are laid out sequentially, in the order that they were defined or emitted to the metadata.
(Inherited from Type.)
Public propertyIsMarshalByRef
Gets a value indicating whether the Type is marshaled by reference.
(Inherited from Type.)
Public propertyIsNested
Gets a value indicating whether the current Type object represents a type whose definition is nested inside the definition of another type.
(Inherited from Type.)
Public propertyIsNestedAssembly
Gets a value indicating whether the Type is nested and visible only within its own assembly.
(Inherited from Type.)
Public propertyIsNestedFamANDAssem
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.
(Inherited from Type.)
Public propertyIsNestedFamily
Gets a value indicating whether the Type is nested and visible only within its own family.
(Inherited from Type.)
Public propertyIsNestedFamORAssem
Gets a value indicating whether the Type is nested and visible only to classes that belong to either its own family or to its own assembly.
(Inherited from Type.)
Public propertyIsNestedPrivate
Gets a value indicating whether the Type is nested and declared private.
(Inherited from Type.)
Public propertyIsNestedPublic
Gets a value indicating whether a class is nested and declared public.
(Inherited from Type.)
Public propertyIsNotPublic
Gets a value indicating whether the Type is not declared public.
(Inherited from Type.)
Public propertyIsPointer
Gets a value indicating whether the Type is a pointer.
(Inherited from Type.)
Public propertyIsPrimitive
Gets a value indicating whether the Type is one of the primitive types.
(Inherited from Type.)
Public propertyIsPublic
Gets a value indicating whether the Type is declared public.
(Inherited from Type.)
Public propertyIsSealed
Gets a value indicating whether the Type is declared sealed.
(Inherited from Type.)
Public propertyIsSecurityCritical
Gets a value that indicates whether the current type is security-critical or security-safe-critical at the current trust level, and therefore can perform critical operations.
(Inherited from Type.)
Public propertyIsSecuritySafeCritical
Gets a value that indicates whether the current type is security-safe-critical at the current trust level; that is, whether it can perform critical operations and can be accessed by transparent code.
(Inherited from Type.)
Public propertyIsSecurityTransparent
Gets a value that indicates whether the current type is transparent at the current trust level, and therefore cannot perform critical operations.
(Inherited from Type.)
Public propertyIsSerializable
Gets a value indicating whether the Type is serializable.
(Inherited from Type.)
Public propertyIsSpecialName
Gets a value indicating whether the type has a name that requires special handling.
(Inherited from Type.)
Public propertyIsUnicodeClass
Gets a value indicating whether the string format attribute UnicodeClass is selected for the Type.
(Inherited from Type.)
Public propertyIsValueType
Gets a value indicating whether the Type is a value type.
(Inherited from Type.)
Public propertyIsVisible
Gets a value indicating whether the Type can be accessed by code outside the assembly.
(Inherited from Type.)
Public propertyMemberType
Gets a MemberTypes value indicating that this member is a type or a nested type.
(Inherited from Type.)
Public propertyMetadataToken
Gets a value that identifies this entity in metadata.
(Inherited from TypeDelegator.)
Public propertyModule
Gets the module that contains the implemented type.
(Inherited from TypeDelegator.)
Public propertyName (Overrides TypeDelegatorName.)
Public propertyNamespace
Gets the namespace of the implemented type.
(Inherited from TypeDelegator.)
Public propertyReflectedType
Gets the class object that was used to obtain this member.
(Inherited from Type.)
Public propertyStructLayoutAttribute
Gets a StructLayoutAttribute that describes the layout of the current type.
(Inherited from Type.)
Public propertyType
Public propertyTypeHandle
Gets a handle to the internal metadata representation of an implemented type.
(Inherited from TypeDelegator.)
Public propertyTypeInitializer
Gets the initializer for the type.
(Inherited from Type.)
Public propertyUnderlyingSystemType (Overrides TypeDelegatorUnderlyingSystemType.)
Top
Methods
  NameDescription
Public methodAsType
Returns the current type as a Type object.
(Inherited from TypeInfo.)
Public methodEquals(Object)
Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object.
(Inherited from Type.)
Public methodEquals(Type)
Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type.
(Inherited from Type.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindInterfaces
Returns an array of Type objects representing a filtered list of interfaces implemented or inherited by the current Type.
(Inherited from Type.)
Public methodFindMembers
Returns a filtered array of MemberInfo objects of the specified member type.
(Inherited from Type.)
Public methodGetArrayRank
Gets the number of dimensions in an array.
(Inherited from Type.)
Protected methodGetAttributeFlagsImpl (Overrides TypeDelegatorGetAttributeFlagsImpl.)
Public methodGetConstructor(Type)
Searches for a public instance constructor whose parameters match the types in the specified array.
(Inherited from Type.)
Public methodGetConstructor(BindingFlags, Binder, Type, ParameterModifier)
Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints.
(Inherited from Type.)
Public methodGetConstructor(BindingFlags, Binder, CallingConventions, Type, ParameterModifier)
Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.
(Inherited from Type.)
Protected methodGetConstructorImpl
Gets the constructor that implemented the TypeDelegator.
(Inherited from TypeDelegator.)
Public methodGetConstructors
Returns all the public constructors defined for the current Type.
(Inherited from Type.)
Public methodGetConstructors(BindingFlags)
Returns an array of ConstructorInfo objects representing constructors defined for the type wrapped by the current TypeDelegator.
(Inherited from TypeDelegator.)
Public methodGetCustomAttributes(Boolean)
Returns all the custom attributes defined for this type, specifying whether to search the type's inheritance chain.
(Inherited from TypeDelegator.)
Public methodGetCustomAttributes(Type, Boolean)
Returns an array of custom attributes identified by type.
(Inherited from TypeDelegator.)
Public methodGetCustomAttributesData
Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member.
(Inherited from MemberInfo.)
Public methodGetDeclaredEvent
Returns an object that represents the specified public event declared by the current type.
(Inherited from TypeInfo.)
Public methodGetDeclaredField
Returns an object that represents the specified public field declared by the current type.
(Inherited from TypeInfo.)
Public methodGetDeclaredMethod
Returns an object that represents the specified public method declared by the current type.
(Inherited from TypeInfo.)
Public methodGetDeclaredMethods
Returns a collection that contains all public methods declared on the current type that match the specified name.
(Inherited from TypeInfo.)
Public methodGetDeclaredNestedType
Returns an object that represents the specified public nested type declared by the current type.
(Inherited from TypeInfo.)
Public methodGetDeclaredProperty
Returns an object that represents the specified public property declared by the current type.
(Inherited from TypeInfo.)
Public methodGetDefaultMembers
Searches for the members defined for the current Type whose DefaultMemberAttribute is set.
(Inherited from Type.)
Public methodGetElementType
Returns the Type of the object encompassed or referred to by the current array, pointer or ByRef.
(Inherited from TypeDelegator.)
Public methodGetEnumName
Returns the name of the constant that has the specified value, for the current enumeration type.
(Inherited from Type.)
Public methodGetEnumNames
Returns the names of the members of the current enumeration type.
(Inherited from Type.)
Public methodGetEnumUnderlyingType
Returns the underlying type of the current enumeration type.
(Inherited from Type.)
Public methodGetEnumValues
Returns an array of the values of the constants in the current enumeration type.
(Inherited from Type.)
Public methodGetEvent(String)
Returns the EventInfo object representing the specified public event.
(Inherited from Type.)
Public methodGetEvent(String, BindingFlags)
Returns the specified event.
(Inherited from TypeDelegator.)
Public methodGetEvents
Returns an array of EventInfo objects representing all the public events declared or inherited by the current TypeDelegator.
(Inherited from TypeDelegator.)
Public methodGetEvents(BindingFlags)
Returns the events specified in bindingAttr that are declared or inherited by the current TypeDelegator.
(Inherited from TypeDelegator.)
Public methodGetField(String)
Searches for the public field with the specified name.
(Inherited from Type.)
Public methodGetField(String, BindingFlags)
Returns a FieldInfo object representing the field with the specified name.
(Inherited from TypeDelegator.)
Public methodGetFields
Returns all the public fields of the current Type.
(Inherited from Type.)
Public methodGetFields(BindingFlags)
Returns an array of FieldInfo objects representing the data fields defined for the type wrapped by the current TypeDelegator.
(Inherited from TypeDelegator.)
Public methodGetGenericArguments
Returns an array of Type objects that represent the type arguments of a closed generic type or the type parameters of a generic type definition.
(Inherited from Type.)
Public methodGetGenericParameterConstraints
Returns an array of Type objects that represent the constraints on the current generic type parameter.
(Inherited from Type.)
Public methodGetGenericTypeDefinition
Returns a Type object that represents a generic type definition from which the current generic type can be constructed.
(Inherited from Type.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Type.)
Public methodGetInterface(String)
Searches for the interface with the specified name.
(Inherited from Type.)
Public methodGetInterface(String, Boolean)
Returns the specified interface implemented by the type wrapped by the current TypeDelegator.
(Inherited from TypeDelegator.)
Public methodGetInterfaceMap
Returns an interface mapping for the specified interface type.
(Inherited from TypeDelegator.)
Public methodGetInterfaces (Overrides TypeDelegatorGetInterfaces.)
Public methodGetMember(String)
Searches for the public members with the specified name.
(Inherited from Type.)
Public methodGetMember(String, BindingFlags)
Searches for the specified members, using the specified binding constraints.
(Inherited from Type.)
Public methodGetMember(String, MemberTypes, BindingFlags)
Returns members (properties, methods, constructors, fields, events, and nested types) specified by the given name, type, and bindingAttr.
(Inherited from TypeDelegator.)
Public methodGetMembers
Returns all the public members of the current Type.
(Inherited from Type.)
Public methodGetMembers(BindingFlags)
Returns members specified by bindingAttr.
(Inherited from TypeDelegator.)
Public methodGetMethod(String)
Searches for the public method with the specified name.
(Inherited from Type.)
Public methodGetMethod(String, Type)
Searches for the specified public method whose parameters match the specified argument types.
(Inherited from Type.)
Public methodGetMethod(String, BindingFlags)
Searches for the specified method, using the specified binding constraints.
(Inherited from Type.)
Public methodGetMethod(String, Type, ParameterModifier)
Searches for the specified public method whose parameters match the specified argument types and modifiers.
(Inherited from Type.)
Public methodGetMethod(String, BindingFlags, Binder, Type, ParameterModifier)
Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints.
(Inherited from Type.)
Public methodGetMethod(String, BindingFlags, Binder, CallingConventions, Type, ParameterModifier)
Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.
(Inherited from Type.)
Protected methodGetMethodImpl
Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.
(Inherited from TypeDelegator.)
Public methodGetMethods
Returns all the public methods of the current Type.
(Inherited from Type.)
Public methodGetMethods(BindingFlags)
Returns an array of MethodInfo objects representing specified methods of the type wrapped by the current TypeDelegator.
(Inherited from TypeDelegator.)
Public methodGetNestedType(String)
Searches for the public nested type with the specified name.
(Inherited from Type.)
Public methodGetNestedType(String, BindingFlags)
Returns a nested type specified by name and in bindingAttr that are declared or inherited by the type represented by the current TypeDelegator.
(Inherited from TypeDelegator.)
Public methodGetNestedTypes
Returns the public types nested in the current Type.
(Inherited from Type.)
Public methodGetNestedTypes(BindingFlags)
Returns the nested types specified in bindingAttr that are declared or inherited by the type wrapped by the current TypeDelegator.
(Inherited from TypeDelegator.)
Public methodGetProperties
Returns all the public properties of the current Type.
(Inherited from Type.)
Public methodGetProperties(BindingFlags) (Overrides TypeDelegatorGetProperties(BindingFlags).)
Public methodGetProperty(String)
Searches for the public property with the specified name.
(Inherited from Type.)
Public methodGetProperty(String, BindingFlags)
Searches for the specified property, using the specified binding constraints.
(Inherited from Type.)
Public methodGetProperty(String, Type)
Searches for the specified public property whose parameters match the specified argument types.
(Inherited from Type.)
Public methodGetProperty(String, Type)
Searches for the public property with the specified name and return type.
(Inherited from Type.)
Public methodGetProperty(String, Type, Type)
Searches for the specified public property whose parameters match the specified argument types.
(Inherited from Type.)
Public methodGetProperty(String, Type, Type, ParameterModifier)
Searches for the specified public property whose parameters match the specified argument types and modifiers.
(Inherited from Type.)
Public methodGetProperty(String, BindingFlags, Binder, Type, Type, ParameterModifier)
Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.
(Inherited from Type.)
Protected methodGetPropertyImpl
When overridden in a derived class, searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.
(Inherited from TypeDelegator.)
Public methodGetType
Gets the current Type.
(Inherited from Type.)
Protected methodGetTypeCodeImpl
Returns the underlying type code of the specified Type.
(Inherited from Type.)
Protected methodHasElementTypeImpl
Gets a value indicating whether the current Type encompasses or refers to another type; that is, whether the current Type is an array, a pointer or a ByRef.
(Inherited from TypeDelegator.)
Public methodInvokeMember(String, BindingFlags, Binder, Object, Object)
Invokes the specified member, using the specified binding constraints and matching the specified argument list.
(Inherited from Type.)
Public methodInvokeMember(String, BindingFlags, Binder, Object, Object, CultureInfo)
Invokes the specified member, using the specified binding constraints and matching the specified argument list and culture.
(Inherited from Type.)
Public methodInvokeMember(String, BindingFlags, Binder, Object, Object, ParameterModifier, CultureInfo, String)
Invokes the specified member. The method that is to be invoked must be accessible and provide the most specific match with the specified argument list, under the constraints of the specified binder and invocation attributes.
(Inherited from TypeDelegator.)
Protected methodIsArrayImpl (Overrides TypeDelegatorIsArrayImpl.)
Public methodIsAssignableFrom(TypeInfo)
Returns a value that indicates whether the specified type can be assigned to this type.
(Inherited from TypeDelegator.)
Public methodIsAssignableFrom(Type)
Determines whether an instance of a specified type can be assigned to the current type instance.
(Inherited from Type.)
Protected methodIsByRefImpl
Returns a value that indicates whether the Type is passed by reference.
(Inherited from TypeDelegator.)
Protected methodIsCOMObjectImpl
Returns a value that indicates whether the Type is a COM object.
(Inherited from TypeDelegator.)
Protected methodIsContextfulImpl
Implements the IsContextful property and determines whether the Type can be hosted in a context.
(Inherited from Type.)
Public methodIsDefined
Indicates whether a custom attribute identified by attributeType is defined.
(Inherited from TypeDelegator.)
Public methodIsEnumDefined
Returns a value that indicates whether the specified value exists in the current enumeration type.
(Inherited from Type.)
Public methodIsEquivalentTo
Determines whether two COM types have the same identity and are eligible for type equivalence.
(Inherited from Type.)
Public methodIsInstanceOfType
Determines whether the specified object is an instance of the current Type.
(Inherited from Type.)
Protected methodIsMarshalByRefImpl
Implements the IsMarshalByRef property and determines whether the Type is marshaled by reference.
(Inherited from Type.)
Protected methodIsPointerImpl
Returns a value that indicates whether the Type is a pointer.
(Inherited from TypeDelegator.)
Protected methodIsPrimitiveImpl
Returns a value that indicates whether the Type is one of the primitive types.
(Inherited from TypeDelegator.)
Public methodIsSubclassOf
Determines whether the current Type derives from the specified Type.
(Inherited from Type.)
Protected methodIsValueTypeImpl (Overrides TypeDelegatorIsValueTypeImpl.)
Public methodMakeArrayType
Returns a Type object representing a one-dimensional array of the current type, with a lower bound of zero.
(Inherited from Type.)
Public methodMakeArrayType(Int32)
Returns a Type object representing an array of the current type, with the specified number of dimensions.
(Inherited from Type.)
Public methodMakeByRefType
Returns a Type object that represents the current type when passed as a ref parameter (ByRef parameter in Visual Basic).
(Inherited from Type.)
Public methodMakeGenericType
Substitutes the elements of an array of types for the type parameters of the current generic type definition and returns a Type object representing the resulting constructed type.
(Inherited from Type.)
Public methodMakePointerType
Returns a Type object that represents a pointer to the current type.
(Inherited from Type.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides TypeToString.)
Top
Fields
  NameDescription
Protected fieldtypeImpl
A value indicating type information.
(Inherited from TypeDelegator.)
Top
Extension Methods
  NameDescription
Public Extension MethodIsDateType (Defined by TypeExt.)
Public Extension MethodIsIntegerType (Defined by TypeExt.)
Public Extension MethodIsNumericType (Defined by TypeExt.)
Top
See Also