Table of Contents

Method HasCustomAttribute

Namespace
Microsoft.Samples.Debugging.CorMetadata
Assembly
corapi.dll

HasCustomAttribute(string)

Does the function have the custom attribute on it.

public bool HasCustomAttribute(string fullName)

Parameters

fullName string

Returns

bool

true if this method has the custom attribute, else false