See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The VSCodeType type exposes the following members.

Constructors

  NameDescription
Protected methodVSCodeType
Initializes a new instance of the VSCodeType class

Methods

  NameDescription
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.)
Public methodEquals(Object) (Overrides Type..::..Equals(Object).)
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 (Overrides Type..::..FindInterfaces(TypeFilter, Object).)
Public methodFindMembers (Overrides Type..::..FindMembers(MemberTypes, BindingFlags, MemberFilter, Object).)
Protected methodStatic memberFromCodeType(CodeType, VSCodeType..::..CodeTypeCreator)
Public methodStatic memberFromCodeType(IServiceProvider, Project, CodeType)
Protected methodFromCodeTypeInstance
Public methodGetArrayRank (Overrides Type..::..GetArrayRank()()()().)
Protected methodGetAttributeFlagsImpl (Overrides TypeDelegator..::..GetAttributeFlagsImpl()()()().)
Public methodGetConstructor(array<Type>[]()[][])
Searches for a public instance constructor whose parameters match the types in the specified array.
(Inherited from Type.)
Public methodGetConstructor(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.)
Public methodGetConstructor(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.)
Protected methodGetConstructorImpl (Overrides TypeDelegator..::..GetConstructorImpl(BindingFlags, Binder, CallingConventions, array<Type>[]()[][], array<ParameterModifier>[]()[][]).)
Public methodGetConstructors()()()()
Returns all the public constructors defined for the current Type.
(Inherited from Type.)
Public methodGetConstructors(BindingFlags) (Overrides TypeDelegator..::..GetConstructors(BindingFlags).)
Public methodGetCustomAttributes(Boolean) (Overrides TypeDelegator..::..GetCustomAttributes(Boolean).)
Public methodGetCustomAttributes(Type, Boolean) (Overrides TypeDelegator..::..GetCustomAttributes(Type, Boolean).)
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 methodGetDefaultMembers (Overrides Type..::..GetDefaultMembers()()()().)
Public methodGetElementType (Overrides TypeDelegator..::..GetElementType()()()().)
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) (Overrides TypeDelegator..::..GetEvent(String, BindingFlags).)
Public methodGetEvents()()()() (Overrides TypeDelegator..::..GetEvents()()()().)
Public methodGetEvents(BindingFlags) (Overrides TypeDelegator..::..GetEvents(BindingFlags).)
Public methodGetField(String)
Searches for the public field with the specified name.
(Inherited from Type.)
Public methodGetField(String, BindingFlags) (Overrides TypeDelegator..::..GetField(String, BindingFlags).)
Public methodGetFields()()()()
Returns all the public fields of the current Type.
(Inherited from Type.)
Public methodGetFields(BindingFlags) (Overrides TypeDelegator..::..GetFields(BindingFlags).)
Public methodGetGenericArguments (Overrides Type..::..GetGenericArguments()()()().)
Public methodGetGenericParameterConstraints (Overrides Type..::..GetGenericParameterConstraints()()()().)
Public methodGetGenericTypeDefinition (Overrides Type..::..GetGenericTypeDefinition()()()().)
Public methodGetHashCode (Overrides Type..::..GetHashCode()()()().)
Public methodGetInterface(String)
Searches for the interface with the specified name.
(Inherited from Type.)
Public methodGetInterface(String, Boolean) (Overrides TypeDelegator..::..GetInterface(String, Boolean).)
Public methodGetInterfaceMap (Overrides TypeDelegator..::..GetInterfaceMap(Type).)
Public methodGetInterfaces (Overrides TypeDelegator..::..GetInterfaces()()()().)
Public methodGetMember(String)
Searches for the public members with the specified name.
(Inherited from Type.)
Public methodGetMember(String, BindingFlags) (Overrides Type..::..GetMember(String, BindingFlags).)
Public methodGetMember(String, MemberTypes, BindingFlags) (Overrides TypeDelegator..::..GetMember(String, MemberTypes, BindingFlags).)
Public methodGetMembers()()()()
Returns all the public members of the current Type.
(Inherited from Type.)
Public methodGetMembers(BindingFlags) (Overrides TypeDelegator..::..GetMembers(BindingFlags).)
Public methodGetMethod(String)
Searches for the public method with the specified name.
(Inherited from Type.)
Public methodGetMethod(String, array<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, array<Type>[]()[][], array<ParameterModifier>[]()[][])
Searches for the specified public method whose parameters match the specified argument types and modifiers.
(Inherited from Type.)
Public methodGetMethod(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.)
Public methodGetMethod(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.)
Protected methodGetMethodImpl (Overrides TypeDelegator..::..GetMethodImpl(String, BindingFlags, Binder, CallingConventions, array<Type>[]()[][], array<ParameterModifier>[]()[][]).)
Public methodGetMethods()()()()
Returns all the public methods of the current Type.
(Inherited from Type.)
Public methodGetMethods(BindingFlags) (Overrides TypeDelegator..::..GetMethods(BindingFlags).)
Public methodGetNestedType(String)
Searches for the public nested type with the specified name.
(Inherited from Type.)
Public methodGetNestedType(String, BindingFlags) (Overrides TypeDelegator..::..GetNestedType(String, BindingFlags).)
Public methodGetNestedTypes()()()()
Returns the public types nested in the current Type.
(Inherited from Type.)
Public methodGetNestedTypes(BindingFlags) (Overrides TypeDelegator..::..GetNestedTypes(BindingFlags).)
Public methodGetProperties()()()()
Returns all the public properties of the current Type.
(Inherited from Type.)
Public methodGetProperties(BindingFlags) (Overrides TypeDelegator..::..GetProperties(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, array<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, array<Type>[]()[][])
Searches for the specified public property whose parameters match the specified argument types.
(Inherited from Type.)
Public methodGetProperty(String, Type, array<Type>[]()[][], array<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, 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.)
Protected methodGetPropertyImpl (Overrides TypeDelegator..::..GetPropertyImpl(String, BindingFlags, Binder, Type, array<Type>[]()[][], array<ParameterModifier>[]()[][]).)
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 (Overrides TypeDelegator..::..HasElementTypeImpl()()()().)
Public methodInvokeMember(String, BindingFlags, Binder, Object, array<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, array<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, array<Object>[]()[][], array<ParameterModifier>[]()[][], CultureInfo, array<String>[]()[][]) (Overrides TypeDelegator..::..InvokeMember(String, BindingFlags, Binder, Object, array<Object>[]()[][], array<ParameterModifier>[]()[][], CultureInfo, array<String>[]()[][]).)
Protected methodIsArrayImpl (Overrides TypeDelegator..::..IsArrayImpl()()()().)
Public methodIsAssignableFrom (Overrides Type..::..IsAssignableFrom(Type).)
Protected methodIsByRefImpl (Overrides TypeDelegator..::..IsByRefImpl()()()().)
Protected methodIsCOMObjectImpl (Overrides TypeDelegator..::..IsCOMObjectImpl()()()().)
Protected methodIsContextfulImpl (Overrides Type..::..IsContextfulImpl()()()().)
Public methodIsDefined (Overrides TypeDelegator..::..IsDefined(Type, Boolean).)
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 (Overrides Type..::..IsInstanceOfType(Object).)
Protected methodIsMarshalByRefImpl (Overrides Type..::..IsMarshalByRefImpl()()()().)
Protected methodIsPointerImpl (Overrides TypeDelegator..::..IsPointerImpl()()()().)
Protected methodIsPrimitiveImpl (Overrides TypeDelegator..::..IsPrimitiveImpl()()()().)
Public methodIsSubclassOf (Overrides Type..::..IsSubclassOf(Type).)
Protected methodIsValueTypeImpl (Overrides TypeDelegator..::..IsValueTypeImpl()()()().)
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.)
Protected methodResolveTypeFromCodeType
Public methodToString (Overrides Type..::..ToString()()()().)

Fields

  NameDescription
Protected fieldtypeImpl
A value indicating type information.
(Inherited from TypeDelegator.)

Properties

  NameDescription
Public propertyAssembly (Overrides TypeDelegator..::..Assembly.)
Public propertyAssemblyQualifiedName (Overrides TypeDelegator..::..AssemblyQualifiedName.)
Public propertyAttributes
Gets the attributes associated with the Type.
(Inherited from Type.)
Public propertyBaseType (Overrides TypeDelegator..::..BaseType.)
Public propertyCodeType
Public propertyContainingProject
Public propertyContainsGenericParameters (Overrides Type..::..ContainsGenericParameters.)
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 (Overrides Type..::..DeclaringType.)
Public propertyFullName (Overrides TypeDelegator..::..FullName.)
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 propertyGUID (Overrides TypeDelegator..::..GUID.)
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 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 indicating 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 class layout attribute AutoLayout is selected for the Type.
(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; 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 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 class layout attribute ExplicitLayout is selected for the Type.
(Inherited from Type.)
Public propertyIsGenericParameter (Overrides Type..::..IsGenericParameter.)
Public propertyIsGenericType (Overrides Type..::..IsGenericType.)
Public propertyIsGenericTypeDefinition (Overrides Type..::..IsGenericTypeDefinition.)
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 class layout attribute SequentialLayout is selected for the Type.
(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 (Overrides Type..::..MemberType.)
Public propertyMetadataToken
Gets a value that identifies this entity in metadata.
(Inherited from TypeDelegator.)
Public propertyModule (Overrides TypeDelegator..::..Module.)
Public propertyName (Overrides TypeDelegator..::..Name.)
Public propertyNamespace (Overrides TypeDelegator..::..Namespace.)
Public propertyReflectedType (Overrides Type..::..ReflectedType.)
Public propertyStructLayoutAttribute
Gets a StructLayoutAttribute that describes the layout of the current type.
(Inherited from Type.)
Public propertyTypeHandle (Overrides TypeDelegator..::..TypeHandle.)
Public propertyTypeInitializer
Gets the initializer for the Type.
(Inherited from Type.)
Public propertyUnderlyingSystemType (Overrides TypeDelegator..::..UnderlyingSystemType.)

See Also