StiUndefinedType Methods |
The StiUndefinedType type exposes the following members.
Name | Description | |
---|---|---|
AsType | Returns the current type as a Type object. (Inherited from TypeInfo.) | |
Equals(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.) | |
Equals(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.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindInterfaces | Returns an array of Type objects representing a filtered list of interfaces implemented or inherited by the current Type. (Inherited from Type.) | |
FindMembers | Returns a filtered array of MemberInfo objects of the specified member type. (Inherited from Type.) | |
GetArrayRank | Gets the number of dimensions in an array. (Inherited from Type.) | |
GetAttributeFlagsImpl | (Overrides TypeDelegatorGetAttributeFlagsImpl.) | |
GetConstructor(Type) | Searches for a public instance constructor whose parameters match the types in the specified array. (Inherited from Type.) | |
GetConstructor(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.) | |
GetConstructor(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.) | |
GetConstructorImpl | Gets the constructor that implemented the TypeDelegator. (Inherited from TypeDelegator.) | |
GetConstructors | Returns all the public constructors defined for the current Type. (Inherited from Type.) | |
GetConstructors(BindingFlags) | Returns an array of ConstructorInfo objects representing constructors defined for the type wrapped by the current TypeDelegator. (Inherited from TypeDelegator.) | |
GetCustomAttributes(Boolean) | Returns all the custom attributes defined for this type, specifying whether to search the type's inheritance chain. (Inherited from TypeDelegator.) | |
GetCustomAttributes(Type, Boolean) | Returns an array of custom attributes identified by type. (Inherited from TypeDelegator.) | |
GetCustomAttributesData | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. (Inherited from MemberInfo.) | |
GetDeclaredEvent | Returns an object that represents the specified public event declared by the current type. (Inherited from TypeInfo.) | |
GetDeclaredField | Returns an object that represents the specified public field declared by the current type. (Inherited from TypeInfo.) | |
GetDeclaredMethod | Returns an object that represents the specified public method declared by the current type. (Inherited from TypeInfo.) | |
GetDeclaredMethods | Returns a collection that contains all public methods declared on the current type that match the specified name. (Inherited from TypeInfo.) | |
GetDeclaredNestedType | Returns an object that represents the specified public nested type declared by the current type. (Inherited from TypeInfo.) | |
GetDeclaredProperty | Returns an object that represents the specified public property declared by the current type. (Inherited from TypeInfo.) | |
GetDefaultMembers | Searches for the members defined for the current Type whose DefaultMemberAttribute is set. (Inherited from Type.) | |
GetElementType | Returns the Type of the object encompassed or referred to by the current array, pointer or ByRef. (Inherited from TypeDelegator.) | |
GetEnumName | Returns the name of the constant that has the specified value, for the current enumeration type. (Inherited from Type.) | |
GetEnumNames | Returns the names of the members of the current enumeration type. (Inherited from Type.) | |
GetEnumUnderlyingType | Returns the underlying type of the current enumeration type. (Inherited from Type.) | |
GetEnumValues | Returns an array of the values of the constants in the current enumeration type. (Inherited from Type.) | |
GetEvent(String) | Returns the EventInfo object representing the specified public event. (Inherited from Type.) | |
GetEvent(String, BindingFlags) | Returns the specified event. (Inherited from TypeDelegator.) | |
GetEvents | Returns an array of EventInfo objects representing all the public events declared or inherited by the current TypeDelegator. (Inherited from TypeDelegator.) | |
GetEvents(BindingFlags) | Returns the events specified in bindingAttr that are declared or inherited by the current TypeDelegator. (Inherited from TypeDelegator.) | |
GetField(String) | Searches for the public field with the specified name. (Inherited from Type.) | |
GetField(String, BindingFlags) | Returns a FieldInfo object representing the field with the specified name. (Inherited from TypeDelegator.) | |
GetFields | Returns all the public fields of the current Type. (Inherited from Type.) | |
GetFields(BindingFlags) | Returns an array of FieldInfo objects representing the data fields defined for the type wrapped by the current TypeDelegator. (Inherited from TypeDelegator.) | |
GetGenericArguments | 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.) | |
GetGenericParameterConstraints | Returns an array of Type objects that represent the constraints on the current generic type parameter. (Inherited from Type.) | |
GetGenericTypeDefinition | Returns a Type object that represents a generic type definition from which the current generic type can be constructed. (Inherited from Type.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from Type.) | |
GetInterface(String) | Searches for the interface with the specified name. (Inherited from Type.) | |
GetInterface(String, Boolean) | Returns the specified interface implemented by the type wrapped by the current TypeDelegator. (Inherited from TypeDelegator.) | |
GetInterfaceMap | Returns an interface mapping for the specified interface type. (Inherited from TypeDelegator.) | |
GetInterfaces | (Overrides TypeDelegatorGetInterfaces.) | |
GetMember(String) | Searches for the public members with the specified name. (Inherited from Type.) | |
GetMember(String, BindingFlags) | Searches for the specified members, using the specified binding constraints. (Inherited from Type.) | |
GetMember(String, MemberTypes, BindingFlags) | Returns members (properties, methods, constructors, fields, events, and nested types) specified by the given name, type, and bindingAttr. (Inherited from TypeDelegator.) | |
GetMembers | Returns all the public members of the current Type. (Inherited from Type.) | |
GetMembers(BindingFlags) | Returns members specified by bindingAttr. (Inherited from TypeDelegator.) | |
GetMethod(String) | Searches for the public method with the specified name. (Inherited from Type.) | |
GetMethod(String, Type) | Searches for the specified public method whose parameters match the specified argument types. (Inherited from Type.) | |
GetMethod(String, BindingFlags) | Searches for the specified method, using the specified binding constraints. (Inherited from Type.) | |
GetMethod(String, Type, ParameterModifier) | Searches for the specified public method whose parameters match the specified argument types and modifiers. (Inherited from Type.) | |
GetMethod(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.) | |
GetMethod(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.) | |
GetMethodImpl | 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.) | |
GetMethods | Returns all the public methods of the current Type. (Inherited from Type.) | |
GetMethods(BindingFlags) | Returns an array of MethodInfo objects representing specified methods of the type wrapped by the current TypeDelegator. (Inherited from TypeDelegator.) | |
GetNestedType(String) | Searches for the public nested type with the specified name. (Inherited from Type.) | |
GetNestedType(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.) | |
GetNestedTypes | Returns the public types nested in the current Type. (Inherited from Type.) | |
GetNestedTypes(BindingFlags) | Returns the nested types specified in bindingAttr that are declared or inherited by the type wrapped by the current TypeDelegator. (Inherited from TypeDelegator.) | |
GetProperties | Returns all the public properties of the current Type. (Inherited from Type.) | |
GetProperties(BindingFlags) | (Overrides TypeDelegatorGetProperties(BindingFlags).) | |
GetProperty(String) | Searches for the public property with the specified name. (Inherited from Type.) | |
GetProperty(String, BindingFlags) | Searches for the specified property, using the specified binding constraints. (Inherited from Type.) | |
GetProperty(String, Type) | Searches for the specified public property whose parameters match the specified argument types. (Inherited from Type.) | |
GetProperty(String, Type) | Searches for the public property with the specified name and return type. (Inherited from Type.) | |
GetProperty(String, Type, Type) | Searches for the specified public property whose parameters match the specified argument types. (Inherited from Type.) | |
GetProperty(String, Type, Type, ParameterModifier) | Searches for the specified public property whose parameters match the specified argument types and modifiers. (Inherited from Type.) | |
GetProperty(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.) | |
GetPropertyImpl | 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.) | |
GetType | Gets the current Type. (Inherited from Type.) | |
GetTypeCodeImpl | Returns the underlying type code of the specified Type. (Inherited from Type.) | |
HasElementTypeImpl | 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.) | |
InvokeMember(String, BindingFlags, Binder, Object, Object) | Invokes the specified member, using the specified binding constraints and matching the specified argument list. (Inherited from Type.) | |
InvokeMember(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.) | |
InvokeMember(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.) | |
IsArrayImpl | (Overrides TypeDelegatorIsArrayImpl.) | |
IsAssignableFrom(TypeInfo) | Returns a value that indicates whether the specified type can be assigned to this type. (Inherited from TypeDelegator.) | |
IsAssignableFrom(Type) | Determines whether an instance of a specified type can be assigned to the current type instance. (Inherited from Type.) | |
IsByRefImpl | Returns a value that indicates whether the Type is passed by reference. (Inherited from TypeDelegator.) | |
IsCOMObjectImpl | Returns a value that indicates whether the Type is a COM object. (Inherited from TypeDelegator.) | |
IsContextfulImpl | Implements the IsContextful property and determines whether the Type can be hosted in a context. (Inherited from Type.) | |
IsDefined | Indicates whether a custom attribute identified by attributeType is defined. (Inherited from TypeDelegator.) | |
IsEnumDefined | Returns a value that indicates whether the specified value exists in the current enumeration type. (Inherited from Type.) | |
IsEquivalentTo | Determines whether two COM types have the same identity and are eligible for type equivalence. (Inherited from Type.) | |
IsInstanceOfType | Determines whether the specified object is an instance of the current Type. (Inherited from Type.) | |
IsMarshalByRefImpl | Implements the IsMarshalByRef property and determines whether the Type is marshaled by reference. (Inherited from Type.) | |
IsPointerImpl | Returns a value that indicates whether the Type is a pointer. (Inherited from TypeDelegator.) | |
IsPrimitiveImpl | Returns a value that indicates whether the Type is one of the primitive types. (Inherited from TypeDelegator.) | |
IsSubclassOf | (Inherited from Type.) | |
IsValueTypeImpl | (Overrides TypeDelegatorIsValueTypeImpl.) | |
MakeArrayType | Returns a Type object representing a one-dimensional array of the current type, with a lower bound of zero. (Inherited from Type.) | |
MakeArrayType(Int32) | Returns a Type object representing an array of the current type, with the specified number of dimensions. (Inherited from Type.) | |
MakeByRefType | Returns a Type object that represents the current type when passed as a ref parameter (ByRef parameter in Visual Basic). (Inherited from Type.) | |
MakeGenericType | 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.) | |
MakePointerType | Returns a Type object that represents a pointer to the current type. (Inherited from Type.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides TypeToString.) |
Name | Description | |
---|---|---|
IsDateType | (Defined by TypeExt.) | |
IsIntegerType | (Defined by TypeExt.) | |
IsNumericType | (Defined by TypeExt.) |