C# Class IKVM.Internal.DotNetTypeWrapper.AttributeAnnotationTypeWrapper

Inheritance: AttributeAnnotationTypeWrapperBase
Datei anzeigen Open project: samskivert/ikvm-monotouch

Private Properties

Property Type Description
AttributeAnnotationTypeWrapper System.Reflection.Emit
GetAnnotationDefault object
GetAttributeUsage System.AttributeUsageAttribute
GetConstructors void
GetDeclaredAnnotations object[]
IsSupportedType bool

Protected Methods

Method Description
LazyPublishMembers ( ) : void

Private Methods

Method Description
AttributeAnnotationTypeWrapper ( string name, Type attributeType ) : System.Reflection.Emit
GetAnnotationDefault ( MethodWrapper mw ) : object
GetAttributeUsage ( ) : AttributeUsageAttribute
GetConstructors ( Type type, ConstructorInfo &defCtor, ConstructorInfo &singleOneArgCtor ) : void
GetDeclaredAnnotations ( ) : object[]
IsSupportedType ( Type type ) : bool

Method Details

LazyPublishMembers() protected method

protected LazyPublishMembers ( ) : void
return void