task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
list | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
09e9c3ea_Type_Class__System___Description
|
[Name] ContainsGenericParameters [Description]
|
Gets a value indicating whether the current Type object has type parameters that have not been replaced by specific types.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] CustomAttributes [Description]
|
Gets a collection that contains this member's custom attributes. (Inherited from MemberInfo.)
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] DeclaringMethod [Description]
|
Gets a MethodBase that represents the declaring method, if the current Type represents a type parameter of a generic method.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] DeclaringType [Description]
|
Gets the type that declares the current nested type or generic type parameter. (Overrides MemberInfo.DeclaringType.)
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] DefaultBinder [Description]
|
Gets a reference to the default binder, which implements internal rules for selecting the appropriate members to be called by InvokeMember.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] FullName [Description]
|
Gets the fully qualified name of the type, including its namespace but not its assembly.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] GenericParameterAttributes [Description]
|
Gets a combination of GenericParameterAttributes flags that describe the covariance and special constraints of the current generic type parameter.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] GenericParameterPosition [Description]
|
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.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] GenericTypeArguments [Description]
|
Gets an array of the generic type arguments for this type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] GUID [Description]
|
Gets the GUID associated with the Type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] HasElementType [Description]
|
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.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsAbstract [Description]
|
Gets a value indicating whether the Type is abstract and must be overridden.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsAnsiClass [Description]
|
Gets a value indicating whether the string format attribute AnsiClass is selected for the Type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsArray [Description]
|
Gets a value that indicates whether the type is an array.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsAutoClass [Description]
|
Gets a value indicating whether the string format attribute AutoClass is selected for the Type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsAutoLayout [Description]
|
Gets a value indicating whether the fields of the current type are laid out automatically by the common language runtime.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsByRef [Description]
|
Gets a value indicating whether the Type is passed by reference.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsClass [Description]
|
Gets a value indicating whether the Type is a class or a delegate; that is, not a value type or interface.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsCOMObject [Description]
|
Gets a value indicating whether the Type is a COM object.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsConstructedGenericType [Description]
|
Gets a value that indicates whether this object represents a constructed generic type. You can create instances of a constructed generic type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsContextful [Description]
|
Gets a value indicating whether the Type can be hosted in a context.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsEnum [Description]
|
Gets a value indicating whether the current Type represents an enumeration.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsExplicitLayout [Description]
|
Gets a value indicating whether the fields of the current type are laid out at explicitly specified offsets.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsGenericParameter [Description]
|
Gets a value indicating whether the current Type represents a type parameter in the definition of a generic type or method.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsGenericType [Description]
|
Gets a value indicating whether the current type is a generic type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsGenericTypeDefinition [Description]
|
Gets a value indicating whether the current Type represents a generic type definition, from which other generic types can be constructed.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsImport [Description]
|
Gets a value indicating whether the Type has a ComImportAttribute attribute applied, indicating that it was imported from a COM type library.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsInterface [Description]
|
Gets a value indicating whether the Type is an interface; that is, not a class or a value type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsLayoutSequential [Description]
|
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.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsMarshalByRef [Description]
|
Gets a value indicating whether the Type is marshaled by reference.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsNested [Description]
|
Gets a value indicating whether the current Type object represents a type whose definition is nested inside the definition of another type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsNestedAssembly [Description]
|
Gets a value indicating whether the Type is nested and visible only within its own assembly.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsNestedFamANDAssem [Description]
|
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.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsNestedFamily [Description]
|
Gets a value indicating whether the Type is nested and visible only within its own family.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsNestedFamORAssem [Description]
|
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.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsNestedPrivate [Description]
|
Gets a value indicating whether the Type is nested and declared private.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsNestedPublic [Description]
|
Gets a value indicating whether a class is nested and declared public.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsNotPublic [Description]
|
Gets a value indicating whether the Type is not declared public.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsPointer [Description]
|
Gets a value indicating whether the Type is a pointer.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsPrimitive [Description]
|
Gets a value indicating whether the Type is one of the primitive types.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsPublic [Description]
|
Gets a value indicating whether the Type is declared public.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsSealed [Description]
|
Gets a value indicating whether the Type is declared sealed.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsSecurityCritical [Description]
|
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.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsSecuritySafeCritical [Description]
|
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.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsSecurityTransparent [Description]
|
Gets a value that indicates whether the current type is transparent at the current trust level, and therefore cannot perform critical operations.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsSerializable [Description]
|
Gets a value indicating whether the Type is serializable.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsSpecialName [Description]
|
Gets a value indicating whether the type has a name that requires special handling.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsUnicodeClass [Description]
|
Gets a value indicating whether the string format attribute UnicodeClass is selected for the Type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsValueType [Description]
|
Gets a value indicating whether the Type is a value type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] IsVisible [Description]
|
Gets a value indicating whether the Type can be accessed by code outside the assembly.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] MemberType [Description]
|
Gets a MemberTypes value indicating that this member is a type or a nested type. (Overrides MemberInfo.MemberType.)
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] MetadataToken [Description]
|
Gets a value that identifies a metadata element. (Inherited from MemberInfo.)
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] Module [Description]
|
Gets the module (the DLL) in which the current Type is defined.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] Name [Description]
|
Gets the name of the current member. (Inherited from MemberInfo.)
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] Namespace [Description]
|
Gets the namespace of the Type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] ReflectedType [Description]
|
Gets the class object that was used to obtain this member. (Overrides MemberInfo.ReflectedType.)
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] StructLayoutAttribute [Description]
|
Gets a StructLayoutAttribute that describes the layout of the current type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] TypeHandle [Description]
|
Gets the handle for the current Type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] TypeInitializer [Description]
|
Gets the initializer for the type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
09e9c3ea_Type_Class__System___Description
|
[Name] UnderlyingSystemType [Description]
|
Indicates the type provided by the common language runtime that represents this type.
|
[] |
Type Class (System)
|
Description
|
https://msdn.microsoft.com/en-us/library/Vstudio/System.Type.aspx
|
39/1438043062723.96_20150728002422-00114-ip-10-236-191-2_876576161_1.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Provides information about an Assembly reference. [Enumeration]
|
AssemblyNameFlags
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Specifies flags that control binding and the way in which the search for members and types is conducted by reflection. [Enumeration]
|
BindingFlags
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Defines the valid calling conventions for an enumeration. [Enumeration]
|
CallingConventions
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Specifies the attributes of an event. [Enumeration]
|
EventAttributes
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Identifies kinds of exception-handling clauses. [Enumeration]
|
ExceptionHandlingClauseOptions
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Specifies flags that describe the attributes of a field. [Enumeration]
|
FieldAttributes
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Describes the constraints on a generic type parameter of a generic type or method. [Enumeration]
|
GenericParameterAttributes
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Identifies the platform targeted by an executable. [Enumeration]
|
ImageFileMachine
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Marks each type of member that is defined as a derived class of MemberInfo. [Enumeration]
|
MemberTypes
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Specifies flags for method attributes. These flags are defined in the corhdr.h file. [Enumeration]
|
MethodAttributes
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Specifies flags for the attributes of a method implementation. [Enumeration]
|
MethodImplAttributes
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Defines the attributes that can be associated with a parameter. These are defined in CorHdr.h. [Enumeration]
|
ParameterAttributes
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Identifies the nature of the code in an executable file. [Enumeration]
|
PortableExecutableKinds
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Identifies the processor and bits-per-word of the platform targeted by an executable. [Enumeration]
|
ProcessorArchitecture
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Defines the attributes that can be associated with a property. These attribute values are defined in corhdr.h. [Enumeration]
|
PropertyAttributes
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Specifies the attributes for a manifest resource. [Enumeration]
|
ResourceAttributes
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Specifies the resource location. [Enumeration]
|
ResourceLocation
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
1441abcd_System_Reflection_Namespace__Enumeration
|
[Description] Specifies type attributes. [Enumeration]
|
TypeAttributes
|
[] |
System.Reflection Namespace
|
Enumeration
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] AllowUnsignedBinaries [Description]
|
Gets or sets the Boolean property value that specifies whether unsigned binaries can be loaded by Microsoft Search.
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] CatalogUpgradeOption [Description]
|
Gets or sets the upgrade option for the full-text service.
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] ConnectTimeout [Description]
|
Gets or sets the time interval allowed for Microsoft Search to try a connection to an instance of SQL Server before timing out.
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] DataTimeout [Description]
|
Gets or sets the time interval allowed for Microsoft Search to wait for data to be returned during full-text index population before timing out.
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] DefaultPath [Description]
|
Gets the default operating system path that specifies the root directory in the implementation of the Microsoft Search full-text catalog.
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] LoadOSResourcesEnabled [Description]
|
Gets or sets the Boolean property value that specifies whether operating system components are allowed.
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] Name [Description]
|
Gets or sets the String which contains the name of the FullTextService. (Overrides NamedSmoObject.Name.)
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] Parent [Description]
|
Gets the Server object that is the parent of the FullTextService object.
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] Properties [Description]
|
Gets a collection of Property objects that represent the object properties. (Inherited from SqlSmoObject.)
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] ResourceUsage [Description]
|
Gets or sets the relative execution priority operating-system setting for the Microsoft Search service.
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] State [Description]
|
Gets the state of the referenced object. (Inherited from SmoObjectBase.)
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] Urn [Description]
|
Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Inherited from SqlSmoObject.)
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
c5521927_soft_SqlServer_Management_Smo___Description
|
[Name] UserData [Description]
|
Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.)
|
[] |
FullTextService Class (Microsoft.SqlServer.Management.Smo)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.fulltextservice(v=sql.110).aspx
|
39/1438043062723.96_20150728002422-00191-ip-10-236-191-2_884057062_0.json
|
a9179b82_System_Reflection_Namespace__Description
|
[Enumeration] AssemblyNameFlags [Description]
|
Provides information about an Assembly reference.
|
[] |
System.Reflection Namespace
|
Description
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
a9179b82_System_Reflection_Namespace__Description
|
[Enumeration] BindingFlags [Description]
|
Specifies flags that control binding and the way in which the search for members and types is conducted by reflection.
|
[] |
System.Reflection Namespace
|
Description
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
a9179b82_System_Reflection_Namespace__Description
|
[Enumeration] CallingConventions [Description]
|
Defines the valid calling conventions for an enumeration.
|
[] |
System.Reflection Namespace
|
Description
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
a9179b82_System_Reflection_Namespace__Description
|
[Enumeration] EventAttributes [Description]
|
Specifies the attributes of an event.
|
[] |
System.Reflection Namespace
|
Description
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
a9179b82_System_Reflection_Namespace__Description
|
[Enumeration] ExceptionHandlingClauseOptions [Description]
|
Identifies kinds of exception-handling clauses.
|
[] |
System.Reflection Namespace
|
Description
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
a9179b82_System_Reflection_Namespace__Description
|
[Enumeration] FieldAttributes [Description]
|
Specifies flags that describe the attributes of a field.
|
[] |
System.Reflection Namespace
|
Description
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
a9179b82_System_Reflection_Namespace__Description
|
[Enumeration] GenericParameterAttributes [Description]
|
Describes the constraints on a generic type parameter of a generic type or method.
|
[] |
System.Reflection Namespace
|
Description
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
a9179b82_System_Reflection_Namespace__Description
|
[Enumeration] ImageFileMachine [Description]
|
Identifies the platform targeted by an executable.
|
[] |
System.Reflection Namespace
|
Description
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
a9179b82_System_Reflection_Namespace__Description
|
[Enumeration] MemberTypes [Description]
|
Marks each type of member that is defined as a derived class of MemberInfo.
|
[] |
System.Reflection Namespace
|
Description
|
https://msdn.microsoft.com/en-us/library/System.Reflection(v=vs.80).aspx
|
39/1438042989126.22_20150728002309-00084-ip-10-236-191-2_884855116_4.json
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.