03.01.2015 Views

C# 5.0 Programmer's Reference

Visual Studio 2013 C# 5.0 Programmer's Reference

Visual Studio 2013 C# 5.0 Programmer's Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Type ❘ 869<br />

Method<br />

GetNestedType<br />

GetNestedTypes<br />

GetProperties<br />

GetProperty<br />

GetType<br />

GetTypeArray<br />

GetTypeFromCLSID<br />

InvokeMember<br />

IsAssignableFrom<br />

IsEnumDefined<br />

IsInstanceOfType<br />

IsSubclassOf<br />

MakeArrayType<br />

MakeByRefType<br />

MakeGenericType<br />

MakePointerType<br />

Description<br />

Returns type information representing a nested type<br />

that matches search criteria.<br />

Returns an array of type information representing all<br />

the type’s nested types.<br />

Returns an array of PropertyInfo objects representing<br />

properties that match search criteria.<br />

Returns a PropertyInfo object representing a property<br />

that matches search criteria.<br />

This static method returns a Type object representing<br />

a type that matches search criteria.<br />

Returns an array of Type objects for objects in an array.<br />

Returns the type with a given class identifier (CLSID)<br />

specified as a GUID.<br />

Invokes a member.<br />

Returns true if an instance of the type can be<br />

assigned from an instance of another specified type.<br />

For an enumeration type, returns true if the enumeration<br />

defines a specific value.<br />

Returns true if a specific object is an instance of<br />

the type.<br />

Returns true if the type is a subclass of another type.<br />

Returns a new Type object representing an array of<br />

the current type.<br />

Returns a new Type object representing the current<br />

type when passed by reference.<br />

Returns a new Type object representing the current<br />

generic type with specific types substituted in for<br />

the generic type parameters.<br />

Returns a new Type object representing a pointer to<br />

the current type.<br />

www.it-ebooks.info

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!