Uses of Class
system.reflection.metadata.CustomAttribute
-
Packages that use CustomAttribute Package Description system.reflection.metadata -
-
Uses of CustomAttribute in system.reflection.metadata
Methods in system.reflection.metadata that return CustomAttribute Modifier and Type Method Description static CustomAttribute
CustomAttribute. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoCustomAttribute
, a cast assert is made to check if types are compatible.CustomAttribute
MetadataReader. GetCustomAttribute(CustomAttributeHandle handle)
-