ReflectionEvent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ReflectionEvent class.
public:
ReflectionEvent(Microsoft::ExtendedReflection::Logging::ReflectionEventLevel level, Microsoft::ExtendedReflection::Metadata::Names::Name ^ targetName, Microsoft::ExtendedReflection::Metadata::Names::TypeName ^ attributeTypeName, System::String ^ wikiTopic, Microsoft::ExtendedReflection::Feedback::CodeUpdateBase ^ codeUpdate, System::String ^ message);
public ReflectionEvent (Microsoft.ExtendedReflection.Logging.ReflectionEventLevel level, Microsoft.ExtendedReflection.Metadata.Names.Name targetName, Microsoft.ExtendedReflection.Metadata.Names.TypeName attributeTypeName, string wikiTopic, Microsoft.ExtendedReflection.Feedback.CodeUpdateBase codeUpdate, string message);
new Microsoft.ExtendedReflection.Logging.ReflectionEvent : Microsoft.ExtendedReflection.Logging.ReflectionEventLevel * Microsoft.ExtendedReflection.Metadata.Names.Name * Microsoft.ExtendedReflection.Metadata.Names.TypeName * string * Microsoft.ExtendedReflection.Feedback.CodeUpdateBase * string -> Microsoft.ExtendedReflection.Logging.ReflectionEvent
Public Sub New (level As ReflectionEventLevel, targetName As Name, attributeTypeName As TypeName, wikiTopic As String, codeUpdate As CodeUpdateBase, message As String)
Parameters
- level
- ReflectionEventLevel
The level.
- targetName
- Microsoft.ExtendedReflection.Metadata.Names.Name
Name of the target.
- attributeTypeName
- Microsoft.ExtendedReflection.Metadata.Names.TypeName
Name of the attribute type.
- wikiTopic
- String
The wiki topic.
- codeUpdate
- Microsoft.ExtendedReflection.Feedback.CodeUpdateBase
The code update.
- message
- String
The message.