See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The VSCodeType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VSCodeType | Initializes a new instance of the VSCodeType class |
Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | Equals(Object) | (Overrides Type..::..Equals(Object).) |
![]() | 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 | (Overrides Type..::..FindInterfaces(TypeFilter, Object).) |
![]() | FindMembers | (Overrides Type..::..FindMembers(MemberTypes, BindingFlags, MemberFilter, Object).) |
![]() ![]() | FromCodeType(CodeType, VSCodeType..::..CodeTypeCreator) | |
![]() ![]() | FromCodeType(IServiceProvider, Project, CodeType) | |
![]() | FromCodeTypeInstance | |
![]() | GetArrayRank | (Overrides Type..::..GetArrayRank()()()().) |
![]() | GetAttributeFlagsImpl | (Overrides TypeDelegator..::..GetAttributeFlagsImpl()()()().) |
![]() | GetConstructor(array<Type>[]()[][]) | Searches for a public instance constructor whose parameters match the types in the specified array. (Inherited from Type.) |
![]() | GetConstructor(BindingFlags, Binder, array<Type>[]()[][], array<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, array<Type>[]()[][], array<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 | (Overrides TypeDelegator..::..GetConstructorImpl(BindingFlags, Binder, CallingConventions, array<Type>[]()[][], array<ParameterModifier>[]()[][]).) |
![]() | GetConstructors()()()() | Returns all the public constructors defined for the current Type. (Inherited from Type.) |
![]() | GetConstructors(BindingFlags) | (Overrides TypeDelegator..::..GetConstructors(BindingFlags).) |
![]() | GetCustomAttributes(Boolean) | (Overrides TypeDelegator..::..GetCustomAttributes(Boolean).) |
![]() | GetCustomAttributes(Type, Boolean) | (Overrides TypeDelegator..::..GetCustomAttributes(Type, Boolean).) |
![]() | GetCustomAttributesData | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. (Inherited from MemberInfo.) |
![]() | GetDefaultMembers | (Overrides Type..::..GetDefaultMembers()()()().) |
![]() | GetElementType | (Overrides TypeDelegator..::..GetElementType()()()().) |
![]() | 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) | (Overrides TypeDelegator..::..GetEvent(String, BindingFlags).) |
![]() | GetEvents()()()() | (Overrides TypeDelegator..::..GetEvents()()()().) |
![]() | GetEvents(BindingFlags) | (Overrides TypeDelegator..::..GetEvents(BindingFlags).) |
![]() | GetField(String) | Searches for the public field with the specified name. (Inherited from Type.) |
![]() | GetField(String, BindingFlags) | (Overrides TypeDelegator..::..GetField(String, BindingFlags).) |
![]() | GetFields()()()() | Returns all the public fields of the current Type. (Inherited from Type.) |
![]() | GetFields(BindingFlags) | (Overrides TypeDelegator..::..GetFields(BindingFlags).) |
![]() | GetGenericArguments | (Overrides Type..::..GetGenericArguments()()()().) |
![]() | GetGenericParameterConstraints | (Overrides Type..::..GetGenericParameterConstraints()()()().) |
![]() | GetGenericTypeDefinition | (Overrides Type..::..GetGenericTypeDefinition()()()().) |
![]() | GetHashCode | (Overrides Type..::..GetHashCode()()()().) |
![]() | GetInterface(String) | Searches for the interface with the specified name. (Inherited from Type.) |
![]() | GetInterface(String, Boolean) | (Overrides TypeDelegator..::..GetInterface(String, Boolean).) |
![]() | GetInterfaceMap | (Overrides TypeDelegator..::..GetInterfaceMap(Type).) |
![]() | GetInterfaces | (Overrides TypeDelegator..::..GetInterfaces()()()().) |
![]() | GetMember(String) | Searches for the public members with the specified name. (Inherited from Type.) |
![]() | GetMember(String, BindingFlags) | (Overrides Type..::..GetMember(String, BindingFlags).) |
![]() | GetMember(String, MemberTypes, BindingFlags) | (Overrides TypeDelegator..::..GetMember(String, MemberTypes, BindingFlags).) |
![]() | GetMembers()()()() | Returns all the public members of the current Type. (Inherited from Type.) |
![]() | GetMembers(BindingFlags) | (Overrides TypeDelegator..::..GetMembers(BindingFlags).) |
![]() | GetMethod(String) | Searches for the public method with the specified name. (Inherited from Type.) |
![]() | GetMethod(String, array<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, array<Type>[]()[][], array<ParameterModifier>[]()[][]) | Searches for the specified public method whose parameters match the specified argument types and modifiers. (Inherited from Type.) |
![]() | GetMethod(String, BindingFlags, Binder, array<Type>[]()[][], array<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, array<Type>[]()[][], array<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 | (Overrides TypeDelegator..::..GetMethodImpl(String, BindingFlags, Binder, CallingConventions, array<Type>[]()[][], array<ParameterModifier>[]()[][]).) |
![]() | GetMethods()()()() | Returns all the public methods of the current Type. (Inherited from Type.) |
![]() | GetMethods(BindingFlags) | (Overrides TypeDelegator..::..GetMethods(BindingFlags).) |
![]() | GetNestedType(String) | Searches for the public nested type with the specified name. (Inherited from Type.) |
![]() | GetNestedType(String, BindingFlags) | (Overrides TypeDelegator..::..GetNestedType(String, BindingFlags).) |
![]() | GetNestedTypes()()()() | Returns the public types nested in the current Type. (Inherited from Type.) |
![]() | GetNestedTypes(BindingFlags) | (Overrides TypeDelegator..::..GetNestedTypes(BindingFlags).) |
![]() | GetProperties()()()() | Returns all the public properties of the current Type. (Inherited from Type.) |
![]() | GetProperties(BindingFlags) | (Overrides TypeDelegator..::..GetProperties(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, array<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, array<Type>[]()[][]) | Searches for the specified public property whose parameters match the specified argument types. (Inherited from Type.) |
![]() | GetProperty(String, Type, array<Type>[]()[][], array<ParameterModifier>[]()[][]) | Searches for the specified public property whose parameters match the specified argument types and modifiers. (Inherited from Type.) |
![]() | GetProperty(String, BindingFlags, Binder, Type, array<Type>[]()[][], array<ParameterModifier>[]()[][]) | Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints. (Inherited from Type.) |
![]() | GetPropertyImpl | (Overrides TypeDelegator..::..GetPropertyImpl(String, BindingFlags, Binder, Type, array<Type>[]()[][], array<ParameterModifier>[]()[][]).) |
![]() | GetType | Gets the current Type. (Inherited from Type.) |
![]() | GetTypeCodeImpl | Returns the underlying type code of the specified Type. (Inherited from Type.) |
![]() | HasElementTypeImpl | (Overrides TypeDelegator..::..HasElementTypeImpl()()()().) |
![]() | InvokeMember(String, BindingFlags, Binder, Object, array<Object>[]()[][]) | Invokes the specified member, using the specified binding constraints and matching the specified argument list. (Inherited from Type.) |
![]() | InvokeMember(String, BindingFlags, Binder, Object, array<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, array<Object>[]()[][], array<ParameterModifier>[]()[][], CultureInfo, array<String>[]()[][]) | (Overrides TypeDelegator..::..InvokeMember(String, BindingFlags, Binder, Object, array<Object>[]()[][], array<ParameterModifier>[]()[][], CultureInfo, array<String>[]()[][]).) |
![]() | IsArrayImpl | (Overrides TypeDelegator..::..IsArrayImpl()()()().) |
![]() | IsAssignableFrom | (Overrides Type..::..IsAssignableFrom(Type).) |
![]() | IsByRefImpl | (Overrides TypeDelegator..::..IsByRefImpl()()()().) |
![]() | IsCOMObjectImpl | (Overrides TypeDelegator..::..IsCOMObjectImpl()()()().) |
![]() | IsContextfulImpl | (Overrides Type..::..IsContextfulImpl()()()().) |
![]() | IsDefined | (Overrides TypeDelegator..::..IsDefined(Type, Boolean).) |
![]() | 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 | (Overrides Type..::..IsInstanceOfType(Object).) |
![]() | IsMarshalByRefImpl | (Overrides Type..::..IsMarshalByRefImpl()()()().) |
![]() | IsPointerImpl | (Overrides TypeDelegator..::..IsPointerImpl()()()().) |
![]() | IsPrimitiveImpl | (Overrides TypeDelegator..::..IsPrimitiveImpl()()()().) |
![]() | IsSubclassOf | (Overrides Type..::..IsSubclassOf(Type).) |
![]() | IsValueTypeImpl | (Overrides TypeDelegator..::..IsValueTypeImpl()()()().) |
![]() | 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.) |
![]() | ResolveTypeFromCodeType | |
![]() | ToString | (Overrides Type..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
![]() | typeImpl | A value indicating type information. (Inherited from TypeDelegator.) |
Properties
Name | Description | |
---|---|---|
![]() | Assembly | (Overrides TypeDelegator..::..Assembly.) |
![]() | AssemblyQualifiedName | (Overrides TypeDelegator..::..AssemblyQualifiedName.) |
![]() | Attributes | Gets the attributes associated with the Type. (Inherited from Type.) |
![]() | BaseType | (Overrides TypeDelegator..::..BaseType.) |
![]() | CodeType | |
![]() | ContainingProject | |
![]() | ContainsGenericParameters | (Overrides Type..::..ContainsGenericParameters.) |
![]() | DeclaringMethod | Gets a MethodBase that represents the declaring method, if the current Type represents a type parameter of a generic method. (Inherited from Type.) |
![]() | DeclaringType | (Overrides Type..::..DeclaringType.) |
![]() | FullName | (Overrides TypeDelegator..::..FullName.) |
![]() | GenericParameterAttributes | Gets a combination of GenericParameterAttributes flags that describe the covariance and special constraints of the current generic type parameter. (Inherited from Type.) |
![]() | GenericParameterPosition | 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.) |
![]() | GUID | (Overrides TypeDelegator..::..GUID.) |
![]() | HasElementType | 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.) |
![]() | IsAbstract | Gets a value indicating whether the Type is abstract and must be overridden. (Inherited from Type.) |
![]() | IsAnsiClass | Gets a value indicating whether the string format attribute AnsiClass is selected for the Type. (Inherited from Type.) |
![]() | IsArray | Gets a value indicating whether the Type is an array. (Inherited from Type.) |
![]() | IsAutoClass | Gets a value indicating whether the string format attribute AutoClass is selected for the Type. (Inherited from Type.) |
![]() | IsAutoLayout | Gets a value indicating whether the class layout attribute AutoLayout is selected for the Type. (Inherited from Type.) |
![]() | IsByRef | Gets a value indicating whether the Type is passed by reference. (Inherited from Type.) |
![]() | IsClass | Gets a value indicating whether the Type is a class; that is, not a value type or interface. (Inherited from Type.) |
![]() | IsCOMObject | Gets a value indicating whether the Type is a COM object. (Inherited from Type.) |
![]() | IsContextful | Gets a value indicating whether the Type can be hosted in a context. (Inherited from Type.) |
![]() | IsEnum | Gets a value indicating whether the current Type represents an enumeration. (Inherited from Type.) |
![]() | IsExplicitLayout | Gets a value indicating whether the class layout attribute ExplicitLayout is selected for the Type. (Inherited from Type.) |
![]() | IsGenericParameter | (Overrides Type..::..IsGenericParameter.) |
![]() | IsGenericType | (Overrides Type..::..IsGenericType.) |
![]() | IsGenericTypeDefinition | (Overrides Type..::..IsGenericTypeDefinition.) |
![]() | IsImport | 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.) |
![]() | IsInterface | Gets a value indicating whether the Type is an interface; that is, not a class or a value type. (Inherited from Type.) |
![]() | IsLayoutSequential | Gets a value indicating whether the class layout attribute SequentialLayout is selected for the Type. (Inherited from Type.) |
![]() | IsMarshalByRef | Gets a value indicating whether the Type is marshaled by reference. (Inherited from Type.) |
![]() | IsNested | 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.) |
![]() | IsNestedAssembly | Gets a value indicating whether the Type is nested and visible only within its own assembly. (Inherited from Type.) |
![]() | IsNestedFamANDAssem | 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.) |
![]() | IsNestedFamily | Gets a value indicating whether the Type is nested and visible only within its own family. (Inherited from Type.) |
![]() | IsNestedFamORAssem | 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.) |
![]() | IsNestedPrivate | Gets a value indicating whether the Type is nested and declared private. (Inherited from Type.) |
![]() | IsNestedPublic | Gets a value indicating whether a class is nested and declared public. (Inherited from Type.) |
![]() | IsNotPublic | Gets a value indicating whether the Type is not declared public. (Inherited from Type.) |
![]() | IsPointer | Gets a value indicating whether the Type is a pointer. (Inherited from Type.) |
![]() | IsPrimitive | Gets a value indicating whether the Type is one of the primitive types. (Inherited from Type.) |
![]() | IsPublic | Gets a value indicating whether the Type is declared public. (Inherited from Type.) |
![]() | IsSealed | Gets a value indicating whether the Type is declared sealed. (Inherited from Type.) |
![]() | IsSecurityCritical | 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.) |
![]() | IsSecuritySafeCritical | 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.) |
![]() | IsSecurityTransparent | 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.) |
![]() | IsSerializable | Gets a value indicating whether the Type is serializable. (Inherited from Type.) |
![]() | IsSpecialName | Gets a value indicating whether the Type has a name that requires special handling. (Inherited from Type.) |
![]() | IsUnicodeClass | Gets a value indicating whether the string format attribute UnicodeClass is selected for the Type. (Inherited from Type.) |
![]() | IsValueType | Gets a value indicating whether the Type is a value type. (Inherited from Type.) |
![]() | IsVisible | Gets a value indicating whether the Type can be accessed by code outside the assembly. (Inherited from Type.) |
![]() | MemberType | (Overrides Type..::..MemberType.) |
![]() | MetadataToken | Gets a value that identifies this entity in metadata. (Inherited from TypeDelegator.) |
![]() | Module | (Overrides TypeDelegator..::..Module.) |
![]() | Name | (Overrides TypeDelegator..::..Name.) |
![]() | Namespace | (Overrides TypeDelegator..::..Namespace.) |
![]() | ReflectedType | (Overrides Type..::..ReflectedType.) |
![]() | StructLayoutAttribute | Gets a StructLayoutAttribute that describes the layout of the current type. (Inherited from Type.) |
![]() | TypeHandle | (Overrides TypeDelegator..::..TypeHandle.) |
![]() | TypeInitializer | Gets the initializer for the Type. (Inherited from Type.) |
![]() | UnderlyingSystemType | (Overrides TypeDelegator..::..UnderlyingSystemType.) |