Uses of Class
net.codecrete.windowsapi.metadata.Primitive
Packages that use Primitive
Package
Description
-
Uses of Primitive in net.codecrete.windowsapi.metadata
Methods in net.codecrete.windowsapi.metadata that return PrimitiveModifier and TypeMethodDescriptionEnumType.baseType()Gets the type of the enumeration constants.Metadata.getPrimitive(PrimitiveKind kind) Gets the primitive type for the given kind.Methods in net.codecrete.windowsapi.metadata with parameters of type PrimitiveModifier and TypeMethodDescriptionvoidEnumType.setBaseType(Primitive baseType) Sets the type of the enumeration constants. -
Uses of Primitive in net.codecrete.windowsapi.winmd
Methods in net.codecrete.windowsapi.winmd that return PrimitiveMethods in net.codecrete.windowsapi.winmd with parameters of type PrimitiveModifier and TypeMethodDescriptionstatic LayoutRequirementLayoutRequirement.forPrimitive(Primitive type) Gets the layout requirement for a primitive type.intMetadataBuilder.getElementType(Primitive primitiveType) static intLayoutRequirement.primitiveSize(Primitive type) Gets the size of a primitive type. -
Uses of Primitive in net.codecrete.windowsapi.writer
Fields in net.codecrete.windowsapi.writer declared as Primitive