Mono Class Library: Overview

System.Reflection.Emit.PropertyBuilder: Members

The members of System.Reflection.Emit.PropertyBuilder are listed below.

See Also: Inherited members from System.Reflection.PropertyInfo

Public Properties

[read-only]
override
AttributesSystem.Reflection.PropertyAttributes. Documentation for this section has not yet been entered.
[read-only]
override
CanReadbool. Documentation for this section has not yet been entered.
[read-only]
override
CanWritebool. Documentation for this section has not yet been entered.
[read-only]
override
DeclaringTypeType. Documentation for this section has not yet been entered.
[read-only]
override
ModuleSystem.Reflection.Module. Documentation for this section has not yet been entered.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.
[read-only]
PropertyTokenPropertyToken. Documentation for this section has not yet been entered.
[read-only]
override
PropertyTypeType. Documentation for this section has not yet been entered.
[read-only]
override
ReflectedTypeType. Documentation for this section has not yet been entered.

Public Methods

AddOtherMethod(MethodBuilder)
Documentation for this section has not yet been entered.
override
GetAccessors(bool) : System.Reflection.MethodInfo[]
Documentation for this section has not yet been entered.
override
GetCustomAttributes(bool) : object[]
Documentation for this section has not yet been entered.
override
GetCustomAttributes(Type, bool) : object[]
Documentation for this section has not yet been entered.
override
GetGetMethod(bool) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
override
GetIndexParameters() : System.Reflection.ParameterInfo[]
Documentation for this section has not yet been entered.
override
GetSetMethod(bool) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
override
GetValue(object, object[]) : object
Documentation for this section has not yet been entered.
override
GetValue(object, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo) : object
Documentation for this section has not yet been entered.
override
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.
SetConstant(object)
Documentation for this section has not yet been entered.
SetCustomAttribute(CustomAttributeBuilder)
Documentation for this section has not yet been entered.
SetCustomAttribute(System.Reflection.ConstructorInfo, byte[])
Documentation for this section has not yet been entered.
SetGetMethod(MethodBuilder)
Documentation for this section has not yet been entered.
SetSetMethod(MethodBuilder)
Documentation for this section has not yet been entered.
override
SetValue(object, object, object[])
Documentation for this section has not yet been entered.
override
SetValue(object, object, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._PropertyBuilder.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._PropertyBuilder.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._PropertyBuilder.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._PropertyBuilder.InvokeDocumentation for this section has not yet been entered.