C# Class System.Reflection.Emit.Tests.TypeBuilderDefineDefaultConstructor

Datei anzeigen Open project: dotnet/corefx

Public Properties

Property Type Description
s_ranConstructor bool

Private Methods

Method Description
DefineDefaultConstructor ( MethodAttributes attributes, MethodAttributes expectedAttributes ) : void
DefineDefaultConstructor_CalledMultipleTimes_Works ( ) : void
DefineDefaultConstructor_GenericParentCreated_Works ( ) : void
DefineDefaultConstructor_GenericParentNotCreated_ThrowsNotSupportedException ( ) : void
DefineDefaultConstructor_Interface_ThrowsInvalidOperationException ( ) : void
DefineDefaultConstructor_NoDefaultConstructor_ThrowsNotSupportedException ( ) : void
DefineDefaultConstructor_ParentNotCreated_ThrowsNotSupportedException ( ) : void
DefineDefaultConstructor_PrivateDefaultConstructor_ThrowsNotSupportedException ( MethodAttributes attributes ) : void
DefineDefaultConstructor_StaticVirtual_ThrowsArgumentException ( ) : void
DefineDefaultConstructor_TypeCreated_ThrowsInvalidOperationException ( ) : void

Property Details

s_ranConstructor public_oe static_oe property

public static bool s_ranConstructor
return bool