GC_BRIDGE_TRANSPARENT_CLASS

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Values

ValueMeaning
GC_BRIDGE_TRANSPARENT_CLASS

Instances of this class should be scanned when computing the transitive dependency among bridges. E.g. List<object>

GC_BRIDGE_OPAQUE_CLASS

Instances of this class should not be scanned when computing the transitive dependency among bridges. E.g. String

GC_BRIDGE_TRANSPARENT_BRIDGE_CLASS

Instances of this class should be bridged and have their dependency computed.

GC_BRIDGE_OPAQUE_BRIDGE_CLASS

Instances of this class should be bridged but no dependencies should not be calculated.

Meta